#599290

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

Shades of Half Baked #599290

Tints of Half Baked #599290

Color information

#599290 (or 0x599290) is unknown color: approx Half Baked. HEX triplet: 59, 92 and 90. RGB value is (89,146,144). Sum of RGB (Red+Green+Blue) = 89+146+144=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #599290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599290 is #A66D6F. Grayscale: #808080. Windows color (decimal): -10906992 or 9474649. OLE color: 9474649.

HSL color Cylindrical-coordinate representation of color #599290: hue angle of 177.89º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599290 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB89146144-
CMYK0.3900.010.43
HSL177.89º24.26%46.08%-
HSV(B)177.89º39.04%57.25%-
XYZ19.4324.730.13-
YUV128.73136.6299.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=23.48%
G=38.52%
B=37.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891461440.3900.010.43177.8924.2646.08
Hex59929027012Bb2182e
Octal1312222204701532623056
Binary10110011001001010010000100111011010111011001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599290; }

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

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

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

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

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

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

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

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