#599897

Color #599897 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #599897

Tints of Half Baked #599897

Color information

#599897 (or 0x599897) is unknown color: approx Half Baked. HEX triplet: 59, 98 and 97. RGB value is (89,152,151). Sum of RGB (Red+Green+Blue) = 89+152+151=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #599897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599897 is #A66768. Grayscale: #848484. Windows color (decimal): -10905449 or 9934937. OLE color: 9934937.

HSL color Cylindrical-coordinate representation of color #599897: hue angle of 179.05º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599897 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB89152151-
CMYK0.4100.010.40
HSL179.05º26.14%47.25%-
HSV(B)179.05º41.45%59.61%-
XYZ20.9326.8133.35-
YUV133.05138.1396.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=22.70%
G=38.78%
B=38.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891521510.4100.010.40179.0526.1447.25
Hex599897290128b31a2f
Octal1312302275101502633257
Binary10110011001100010010111101001011010001011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599897; }

 p { color: rgb(89,152,151); }

 H1.HeaderClassName
 {
   color: #599897;
 }
 .AnyTagClassName
 {
   color: #599897;
 }
</style>
background-color css

<style>
 a { background-color: #599897; }

 a { background-color: rgb(89,152,151); }

 div.DivClassName
 {
   background-color: #599897;
 }
 .BgClassName
 {
   background-color: #599897;
 }
</style>
border-color css

<style>
 span { border-color: #599897; }

 span { border-color: rgb(89,152,151); }

 td.TdClassName
 {
   border-color: #599897;
 }
 .TagClassName
 {
   border-color: #599897;
 }
</style>