Color Hex Logo

#598199 Color Hex

#598199
(89,129,153)
0 Favorites   0 Comments

Color spaces of #598199

RGB 89129153
HSL0.560.260.47
HSV203°42°60°
CMYK 0.420.160.00   0.40
XYZ17.719820.124333.0874
Yxy20.12430.24980.2837
Hunter Lab44.8601-7.9975-12.3283
CIE-Lab51.9775-7.3721-17.2589

#598199 color RGB value is (89,129,153).

#598199 hex color red value is 89, green value is 129 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #598199 hue: 0.56 , saturation: 0.26 and the lightness value of 598199 is 0.47.

The process color (four color CMYK) of #598199 color hex is 0.42, 0.16, 0.00, 0.40. Web safe color of #598199 is #669999. Color #598199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000001 10011001
Octal 131 201 231
Decimal 89 129 153
Hex 59 81 99

RGB Percentages of Color #598199

%23.99
%34.77
%41.24

CMYK Percentages of Color #598199

%42
%16
%0
%40

Triadic Colors of #598199

#598199 #995981 #819959

Analogous Colors of #598199

#598199 #596199 #599991

Monochromatic Colors of #598199

#598199

Complementary Color

#598199 #997159

#598199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#598199 Color CSS Codes

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

#598199 Text Font Color

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

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


#598199 Background Color

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

This div background color is #598199


#598199 Border Color

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

This div border color is #598199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,129,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #598199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #598199;
  -webkit-box-shadow: 1px 1px 3px 2px #598199;
  box-shadow:         1px 1px 3px 2px #598199; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598199


Comments

No comments written yet.

Please login to write comment.