Color Hex Logo

#5199ac Color Hex

#5199AC
(81,153,172)
0 Favorites   0 Comments

Color spaces of #5199ac

RGB 81153172
HSL0.530.360.50
HSV193°53°67°
CMYK 0.530.110.00   0.33
XYZ22.231027.510443.1681
Yxy27.51040.23930.2961
Hunter Lab52.4504-16.1312-12.0821
CIE-Lab59.4438-17.1230-16.8501

#5199ac color RGB value is (81,153,172).

#5199ac hex color red value is 81, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5199ac hue: 0.53 , saturation: 0.36 and the lightness value of 5199ac is 0.50.

The process color (four color CMYK) of #5199ac color hex is 0.53, 0.11, 0.00, 0.33. Web safe color of #5199ac is #669999. Color #5199ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011001 10101100
Octal 121 231 254
Decimal 81 153 172
Hex 51 99 AC

RGB Percentages of Color #5199ac

%19.95
%37.68
%42.36

CMYK Percentages of Color #5199ac

%53
%11
%0
%33

Triadic Colors of #5199ac

#5199ac #ac5199 #99ac51

Analogous Colors of #5199ac

#5199ac #516cac #51ac92

Monochromatic Colors of #5199ac

#5199ac

Complementary Color

#5199ac #ac6451

#5199ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5199ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5199ac Color CSS Codes

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

#5199ac Text Font Color

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

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


#5199ac Background Color

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

This div background color is #5199ac


#5199ac Border Color

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

This div border color is #5199ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,153,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5199ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5199ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5199ac;
  box-shadow:         1px 1px 3px 2px #5199ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5199ac


Comments

No comments written yet.

Please login to write comment.