#599892

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

Shades of Half Baked #599892

Tints of Half Baked #599892

Color information

#599892 (or 0x599892) is unknown color: approx Half Baked. HEX triplet: 59, 98 and 92. RGB value is (89,152,146). Sum of RGB (Red+Green+Blue) = 89+152+146=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #599892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599892 is #A6676D. Grayscale: #848484. Windows color (decimal): -10905454 or 9607257. OLE color: 9607257.

HSL color Cylindrical-coordinate representation of color #599892: hue angle of 174.29º 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 #599892 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB89152146-
CMYK0.4100.040.40
HSL174.29º26.14%47.25%-
HSV(B)174.29º41.45%59.61%-
XYZ20.5426.6631.26-
YUV132.48135.6396.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=23.00%
G=39.28%
B=37.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891521460.4100.040.40174.2926.1447.25
Hex599892290428ae1a2f
Octal1312302225104502563257
Binary1011001100110001001001010100101001010001010111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599892; }

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

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

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

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

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

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

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

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