Color Hex Logo

#536889 Color Hex

#536889
(83,104,137)
0 Favorites   0 Comments

Color spaces of #536889

RGB 83104137
HSL0.600.250.43
HSV217°39°54°
CMYK 0.390.240.00   0.46
XYZ13.033013.545825.5946
Yxy13.54580.24980.2596
Hunter Lab36.8046-1.1989-15.4681
CIE-Lab43.57441.0470-20.7171

#536889 color RGB value is (83,104,137).

#536889 hex color red value is 83, green value is 104 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #536889 hue: 0.60 , saturation: 0.25 and the lightness value of 536889 is 0.43.

The process color (four color CMYK) of #536889 color hex is 0.39, 0.24, 0.00, 0.46. Web safe color of #536889 is #666699. Color #536889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101000 10001001
Octal 123 150 211
Decimal 83 104 137
Hex 53 68 89

RGB Percentages of Color #536889

%25.62
%32.10
%42.28

CMYK Percentages of Color #536889

%39
%24
%0
%46

Triadic Colors of #536889

#536889 #895368 #688953

Analogous Colors of #536889

#536889 #595389 #538389

Monochromatic Colors of #536889

#536889

Complementary Color

#536889 #897453

#536889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536889 Color CSS Codes

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

#536889 Text Font Color

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

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


#536889 Background Color

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

This div background color is #536889


#536889 Border Color

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

This div border color is #536889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536889


Comments

No comments written yet.

Please login to write comment.