Color Hex Logo

#519198 Color Hex

#519198
(81,145,152)
0 Favorites   0 Comments

Color spaces of #519198

RGB 81145152
HSL0.520.300.46
HSV186°47°60°
CMYK 0.470.050.00   0.40
XYZ19.186224.267133.3786
Yxy24.26710.24970.3158
Hunter Lab49.2616-16.6865-5.6904
CIE-Lab56.3542-18.5662-10.1060

#519198 color RGB value is (81,145,152).

#519198 hex color red value is 81, green value is 145 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #519198 hue: 0.52 , saturation: 0.30 and the lightness value of 519198 is 0.46.

The process color (four color CMYK) of #519198 color hex is 0.47, 0.05, 0.00, 0.40. Web safe color of #519198 is #669999. Color #519198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010001 10011000
Octal 121 221 230
Decimal 81 145 152
Hex 51 91 98

RGB Percentages of Color #519198

%21.43
%38.36
%40.21

CMYK Percentages of Color #519198

%47
%5
%0
%40

Triadic Colors of #519198

#519198 #985191 #919851

Analogous Colors of #519198

#519198 #516e98 #51987c

Monochromatic Colors of #519198

#519198

Complementary Color

#519198 #985851

#519198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519198 Color CSS Codes

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

#519198 Text Font Color

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

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


#519198 Background Color

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

This div background color is #519198


#519198 Border Color

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

This div border color is #519198


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,145,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519198; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519198;
  -webkit-box-shadow: 1px 1px 3px 2px #519198;
  box-shadow:         1px 1px 3px 2px #519198; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519198


Comments

No comments written yet.

Please login to write comment.