Color Hex Logo

#51819b Color Hex

#51819B
(81,129,155)
0 Favorites   0 Comments

Color spaces of #51819b

RGB 81129155
HSL0.560.310.46
HSV201°48°61°
CMYK 0.480.170.00   0.39
XYZ17.160019.816433.9309
Yxy19.81640.24200.2795
Hunter Lab44.5156-9.0937-14.0314
CIE-Lab51.6290-8.9103-18.9927

#51819b color RGB value is (81,129,155).

#51819b hex color red value is 81, green value is 129 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #51819b hue: 0.56 , saturation: 0.31 and the lightness value of 51819b is 0.46.

The process color (four color CMYK) of #51819b color hex is 0.48, 0.17, 0.00, 0.39. Web safe color of #51819b is #669999. Color #51819b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000001 10011011
Octal 121 201 233
Decimal 81 129 155
Hex 51 81 9B

RGB Percentages of Color #51819b

%22.19
%35.34
%42.47

CMYK Percentages of Color #51819b

%48
%17
%0
%39

Triadic Colors of #51819b

#51819b #9b5181 #819b51

Analogous Colors of #51819b

#51819b #515c9b #519b90

Monochromatic Colors of #51819b

#51819b

Complementary Color

#51819b #9b6b51

#51819b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51819b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51819b Color CSS Codes

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

#51819b Text Font Color

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

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


#51819b Background Color

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

This div background color is #51819b


#51819b Border Color

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

This div border color is #51819b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,129,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51819b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51819b;
  -webkit-box-shadow: 1px 1px 3px 2px #51819b;
  box-shadow:         1px 1px 3px 2px #51819b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51819b


Comments

No comments written yet.

Please login to write comment.