Color Hex Logo

#535477 Color Hex

#535477
(83,84,119)
0 Favorites   0 Comments

Color spaces of #535477

RGB 8384119
HSL0.660.180.40
HSV238°30°47°
CMYK 0.300.290.00   0.53
XYZ10.06749.511618.7581
Yxy9.51160.26260.2481
Hunter Lab30.84094.2963-14.4729
CIE-Lab36.95128.3338-19.9906

#535477 color RGB value is (83,84,119).

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

The process color (four color CMYK) of #535477 color hex is 0.30, 0.29, 0.00, 0.53. Web safe color of #535477 is #666666. Color #535477 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010100 01110111
Octal 123 124 167
Decimal 83 84 119
Hex 53 54 77

RGB Percentages of Color #535477

%29.02
%29.37
%41.61

CMYK Percentages of Color #535477

%30
%29
%0
%53

Triadic Colors of #535477

#535477 #775354 #547753

Analogous Colors of #535477

#535477 #645377 #536677

Monochromatic Colors of #535477

#535477

Complementary Color

#535477 #777653

#535477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535477 Color CSS Codes

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

#535477 Text Font Color

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

This sample text font color is #535477
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.


#535477 Background Color

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

This div background color is #535477


#535477 Border Color

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

This div border color is #535477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535477


Comments

No comments written yet.

Please login to write comment.