Color Hex Logo

#536477 Color Hex

#536477
(83,100,119)
0 Favorites   0 Comments

Color spaces of #536477

RGB 83100119
HSL0.590.180.40
HSV212°30°47°
CMYK 0.300.160.00   0.53
XYZ11.454212.285319.2204
Yxy12.28530.26660.2860
Hunter Lab35.0504-3.0058-7.9773
CIE-Lab41.6660-1.5897-12.7684

#536477 color RGB value is (83,100,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100100 01110111
Octal 123 144 167
Decimal 83 100 119
Hex 53 64 77

RGB Percentages of Color #536477

%27.48
%33.11
%39.40

CMYK Percentages of Color #536477

%30
%16
%0
%53

Triadic Colors of #536477

#536477 #775364 #647753

Analogous Colors of #536477

#536477 #545377 #537677

Monochromatic Colors of #536477

#536477

Complementary Color

#536477 #776653

#536477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536477 Color CSS Codes

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

#536477 Text Font Color

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

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


#536477 Background Color

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

This div background color is #536477


#536477 Border Color

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

This div border color is #536477


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,100,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 #536477">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536477


Comments

No comments written yet.

Please login to write comment.