#599792

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

Shades of Half Baked #599792

Tints of Half Baked #599792

Color information

#599792 (or 0x599792) is unknown color: approx Half Baked. HEX triplet: 59, 97 and 92. RGB value is (89,151,146). Sum of RGB (Red+Green+Blue) = 89+151+146=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #599792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599792 is #A6686D. Grayscale: #838383. Windows color (decimal): -10905710 or 9607001. OLE color: 9607001.

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

Color convert

RGB89151146-
CMYK0.4100.030.41
HSL175.16º25.83%47.06%-
HSV(B)175.16º41.06%59.22%-
XYZ20.3726.3331.2-
YUV131.89135.9697.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.06%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=23.06%
G=39.12%
B=37.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891511460.4100.030.41175.1625.8347.06
Hex599792290329af1a2f
Octal1312272225103512573257
Binary101100110010111100100101010010111010011010111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599792; }

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

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

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

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

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

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

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

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