Color Hex Logo

#51589f Color Hex

#51589F
(81,88,159)
0 Favorites   0 Comments

Color spaces of #51589f

RGB 8188159
HSL0.650.330.47
HSV235°49°62°
CMYK 0.490.450.00   0.38
XYZ13.141111.232034.2763
Yxy11.23200.22410.1915
Hunter Lab33.514211.3411-37.1784
CIE-Lab39.968517.3004-39.5555

#51589f color RGB value is (81,88,159).

#51589f hex color red value is 81, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #51589f hue: 0.65 , saturation: 0.33 and the lightness value of 51589f is 0.47.

The process color (four color CMYK) of #51589f color hex is 0.49, 0.45, 0.00, 0.38. Web safe color of #51589f is #666699. Color #51589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 10011111
Octal 121 130 237
Decimal 81 88 159
Hex 51 58 9F

RGB Percentages of Color #51589f

%24.70
%26.83
%48.48

CMYK Percentages of Color #51589f

%49
%45
%0
%38

Triadic Colors of #51589f

#51589f #9f5158 #589f51

Analogous Colors of #51589f

#51589f #71519f #517f9f

Monochromatic Colors of #51589f

#51589f

Complementary Color

#51589f #9f9851

#51589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51589f Color CSS Codes

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

#51589f Text Font Color

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

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


#51589f Background Color

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

This div background color is #51589f


#51589f Border Color

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

This div border color is #51589f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,88,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51589f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51589f;
  -webkit-box-shadow: 1px 1px 3px 2px #51589f;
  box-shadow:         1px 1px 3px 2px #51589f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,88,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51589f


Comments

No comments written yet.

Please login to write comment.