Color Hex Logo

#51558a Color Hex

#51558A
(81,85,138)
0 Favorites   0 Comments

Color spaces of #51558a

RGB 8185138
HSL0.650.260.43
HSV236°41°54°
CMYK 0.410.380.00   0.46
XYZ11.229310.081325.3988
Yxy10.08130.24040.2158
Hunter Lab31.75117.5652-25.2024
CIE-Lab37.987912.6369-30.0333

#51558a color RGB value is (81,85,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 10001010
Octal 121 125 212
Decimal 81 85 138
Hex 51 55 8A

RGB Percentages of Color #51558a

%26.64
%27.96
%45.39

CMYK Percentages of Color #51558a

%41
%38
%0
%46

Triadic Colors of #51558a

#51558a #8a5155 #558a51

Analogous Colors of #51558a

#51558a #6a518a #51728a

Monochromatic Colors of #51558a

#51558a

Complementary Color

#51558a #8a8651

#51558a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51558a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51558a Color CSS Codes

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

#51558a Text Font Color

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

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


#51558a Background Color

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

This div background color is #51558a


#51558a Border Color

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

This div border color is #51558a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,85,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 #51558a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51558a


Comments

No comments written yet.

Please login to write comment.