Color Hex Logo

#536189 Color Hex

#536189
(83,97,137)
0 Favorites   0 Comments

Color spaces of #536189

RGB 8397137
HSL0.620.250.43
HSV224°39°54°
CMYK 0.390.290.00   0.46
XYZ12.357312.194525.3694
Yxy12.19450.24750.2443
Hunter Lab34.92062.0544-18.6290
CIE-Lab41.52365.3515-23.8898

#536189 color RGB value is (83,97,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100001 10001001
Octal 123 141 211
Decimal 83 97 137
Hex 53 61 89

RGB Percentages of Color #536189

%26.18
%30.60
%43.22

CMYK Percentages of Color #536189

%39
%29
%0
%46

Triadic Colors of #536189

#536189 #895361 #618953

Analogous Colors of #536189

#536189 #605389 #537c89

Monochromatic Colors of #536189

#536189

Complementary Color

#536189 #897b53

#536189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536189 Color CSS Codes

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

#536189 Text Font Color

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

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


#536189 Background Color

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

This div background color is #536189


#536189 Border Color

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

This div border color is #536189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536189


Comments

No comments written yet.

Please login to write comment.