Color Hex Logo

#536877 Color Hex

#536877
(83,104,119)
0 Favorites   0 Comments

Color spaces of #536877

RGB 83104119
HSL0.570.180.40
HSV205°30°47°
CMYK 0.300.130.00   0.53
XYZ11.847413.071519.3514
Yxy13.07150.26760.2953
Hunter Lab36.1545-4.7781-6.4263
CIE-Lab42.8708-3.9884-10.9455

#536877 color RGB value is (83,104,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101000 01110111
Octal 123 150 167
Decimal 83 104 119
Hex 53 68 77

RGB Percentages of Color #536877

%27.12
%33.99
%38.89

CMYK Percentages of Color #536877

%30
%13
%0
%53

Triadic Colors of #536877

#536877 #775368 #687753

Analogous Colors of #536877

#536877 #535677 #537774

Monochromatic Colors of #536877

#536877

Complementary Color

#536877 #776253

#536877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536877 Color CSS Codes

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

#536877 Text Font Color

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

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


#536877 Background Color

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

This div background color is #536877


#536877 Border Color

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

This div border color is #536877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536877


Comments

No comments written yet.

Please login to write comment.