Color Hex Logo

#536077 Color Hex

#536077
(83,96,119)
0 Favorites   0 Comments

Color spaces of #536077

RGB 8396119
HSL0.610.180.40
HSV218°30°47°
CMYK 0.300.190.00   0.53
XYZ11.079911.536719.0956
Yxy11.53670.26560.2766
Hunter Lab33.9657-1.2118-9.5570
CIE-Lab40.47010.8451-14.5870

#536077 color RGB value is (83,96,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100000 01110111
Octal 123 140 167
Decimal 83 96 119
Hex 53 60 77

RGB Percentages of Color #536077

%27.85
%32.21
%39.93

CMYK Percentages of Color #536077

%30
%19
%0
%53

Triadic Colors of #536077

#536077 #775360 #607753

Analogous Colors of #536077

#536077 #585377 #537277

Monochromatic Colors of #536077

#536077

Complementary Color

#536077 #776a53

#536077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536077 Color CSS Codes

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

#536077 Text Font Color

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

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


#536077 Background Color

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

This div background color is #536077


#536077 Border Color

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

This div border color is #536077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536077


Comments

No comments written yet.

Please login to write comment.