Color Hex Logo

#536774 Color Hex

#536774
(83,103,116)
0 Favorites   0 Comments

Color spaces of #536774

RGB 83103116
HSL0.570.170.39
HSV204°28°45°
CMYK 0.280.110.00   0.55
XYZ11.569912.800418.3839
Yxy12.80040.27060.2994
Hunter Lab35.7776-4.8869-5.4211
CIE-Lab42.4609-4.1873-9.7460

#536774 color RGB value is (83,103,116).

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

The process color (four color CMYK) of #536774 color hex is 0.28, 0.11, 0.00, 0.55. Web safe color of #536774 is #666666. Color #536774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 01110100
Octal 123 147 164
Decimal 83 103 116
Hex 53 67 74

RGB Percentages of Color #536774

%27.48
%34.11
%38.41

CMYK Percentages of Color #536774

%28
%11
%0
%55

Triadic Colors of #536774

#536774 #745367 #677453

Analogous Colors of #536774

#536774 #535774 #537471

Monochromatic Colors of #536774

#536774

Complementary Color

#536774 #746053

#536774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536774 Color CSS Codes

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

#536774 Text Font Color

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

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


#536774 Background Color

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

This div background color is #536774


#536774 Border Color

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

This div border color is #536774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536774


Comments

No comments written yet.

Please login to write comment.