Color Hex Logo

#51598a Color Hex

#51598A
(81,89,138)
0 Favorites   0 Comments

Color spaces of #51598a

RGB 8189138
HSL0.640.260.43
HSV232°41°54°
CMYK 0.410.360.00   0.46
XYZ11.553210.729125.5068
Yxy10.72910.24180.2245
Hunter Lab32.75535.6374-23.2409
CIE-Lab39.120410.0922-28.2550

#51598a color RGB value is (81,89,138).

#51598a hex color red value is 81, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #51598a hue: 0.64 , saturation: 0.26 and the lightness value of 51598a is 0.43.

The process color (four color CMYK) of #51598a color hex is 0.41, 0.36, 0.00, 0.46. Web safe color of #51598a is #666699. Color #51598a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011001 10001010
Octal 121 131 212
Decimal 81 89 138
Hex 51 59 8A

RGB Percentages of Color #51598a

%26.30
%28.90
%44.81

CMYK Percentages of Color #51598a

%41
%36
%0
%46

Triadic Colors of #51598a

#51598a #8a5159 #598a51

Analogous Colors of #51598a

#51598a #66518a #51768a

Monochromatic Colors of #51598a

#51598a

Complementary Color

#51598a #8a8251

#51598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51598a Color CSS Codes

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

#51598a Text Font Color

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

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


#51598a Background Color

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

This div background color is #51598a


#51598a Border Color

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

This div border color is #51598a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,89,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51598a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51598a;
  -webkit-box-shadow: 1px 1px 3px 2px #51598a;
  box-shadow:         1px 1px 3px 2px #51598a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51598a


Comments

No comments written yet.

Please login to write comment.