Color Hex Logo

#535778 Color Hex

#535778
(83,87,120)
0 Favorites   0 Comments

Color spaces of #535778

RGB 8387120
HSL0.650.180.40
HSV234°31°47°
CMYK 0.310.280.00   0.53
XYZ10.365610.011519.1554
Yxy10.01150.26220.2532
Hunter Lab31.64103.1051-13.7454
CIE-Lab37.86316.7165-19.1986

#535778 color RGB value is (83,87,120).

#535778 hex color red value is 83, green value is 87 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #535778 hue: 0.65 , saturation: 0.18 and the lightness value of 535778 is 0.40.

The process color (four color CMYK) of #535778 color hex is 0.31, 0.28, 0.00, 0.53. Web safe color of #535778 is #666666. Color #535778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010111 01111000
Octal 123 127 170
Decimal 83 87 120
Hex 53 57 78

RGB Percentages of Color #535778

%28.62
%30.00
%41.38

CMYK Percentages of Color #535778

%31
%28
%0
%53

Triadic Colors of #535778

#535778 #785357 #577853

Analogous Colors of #535778

#535778 #625378 #536a78

Monochromatic Colors of #535778

#535778

Complementary Color

#535778 #787453

#535778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535778 Color CSS Codes

.mybgcolor {background-color:#535778; } 
.myforecolor {color:#535778; }
.mybordercolor {border:3px solid #535778; }

#535778 Text Font Color

<p style="color:#535778">Text here</p>

This sample text font color is #535778
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#535778 Background Color

<div style="background-color:#535778">
Div content here</div>

This div background color is #535778


#535778 Border Color

<div style="border:3px solid #535778">
Div here</div>

This div border color is #535778


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,87,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535778; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535778;
  -webkit-box-shadow: 1px 1px 3px 2px #535778;
  box-shadow:         1px 1px 3px 2px #535778; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,87,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #535778">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #535778;
  -webkit-box-shadow: 1px 1px 3px 2px #535778;
  box-shadow:         1px 1px 3px 2px #535778;">
Div content here</div>

This div box has shadow with color #535778


Comments

No comments written yet.

Please login to write comment.