#59928B

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

Shades of Half Baked #59928B

Tints of Half Baked #59928B

Color information

#59928B (or 0x59928B) is unknown color: approx Half Baked. HEX triplet: 59, 92 and 8B. RGB value is (89,146,139). Sum of RGB (Red+Green+Blue) = 89+146+139=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #59928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59928B is #A66D74. Grayscale: #808080. Windows color (decimal): -10906997 or 9146969. OLE color: 9146969.

HSL color Cylindrical-coordinate representation of color #59928B: hue angle of 172.63º 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 #59928B is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB89146139-
CMYK0.3900.050.43
HSL172.63º24.26%46.08%-
HSV(B)172.63º39.04%57.25%-
XYZ19.0624.5528.16-
YUV128.16134.12100.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=23.80%
G=39.04%
B=37.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891461390.3900.050.43172.6324.2646.08
Hex59928B27052Bad182e
Octal1312222134705532553056
Binary1011001100100101000101110011101011010111010110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59928B; }

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

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

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

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

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

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

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

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