Color Hex Logo

#536076 Color Hex

#536076
(83,96,118)
0 Favorites   0 Comments

Color spaces of #536076

RGB 8396118
HSL0.600.170.39
HSV218°30°46°
CMYK 0.300.190.00   0.54
XYZ11.020211.512718.7809
Yxy11.51270.26670.2787
Hunter Lab33.9304-1.4034-9.0665
CIE-Lab40.43090.5745-14.0362

#536076 color RGB value is (83,96,118).

#536076 hex color red value is 83, green value is 96 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #536076 hue: 0.60 , saturation: 0.17 and the lightness value of 536076 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100000 01110110
Octal 123 140 166
Decimal 83 96 118
Hex 53 60 76

RGB Percentages of Color #536076

%27.95
%32.32
%39.73

CMYK Percentages of Color #536076

%30
%19
%0
%54

Triadic Colors of #536076

#536076 #765360 #607653

Analogous Colors of #536076

#536076 #585376 #537276

Monochromatic Colors of #536076

#536076

Complementary Color

#536076 #766953

#536076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536076 Color CSS Codes

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

#536076 Text Font Color

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

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


#536076 Background Color

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

This div background color is #536076


#536076 Border Color

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

This div border color is #536076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536076


Comments

No comments written yet.

Please login to write comment.