#59908D

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

Shades of Half Baked #59908D

Tints of Half Baked #59908D

Color information

#59908D (or 0x59908D) is unknown color: approx Half Baked. HEX triplet: 59, 90 and 8D. RGB value is (89,144,141). Sum of RGB (Red+Green+Blue) = 89+144+141=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #59908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59908D is #A66F72. Grayscale: #7F7F7F. Windows color (decimal): -10907507 or 9277529. OLE color: 9277529.

HSL color Cylindrical-coordinate representation of color #59908D: hue angle of 176.73º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59908D is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB89144141-
CMYK0.3800.020.44
HSL176.73º23.61%45.69%-
HSV(B)176.73º38.19%56.47%-
XYZ18.923.9928.83-
YUV127.21135.78100.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=23.80%
G=38.50%
B=37.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891441410.3800.020.44176.7323.6145.69
Hex59908D26022Cb1182e
Octal1312202154602542613056
Binary101100110010000100011011001100101011001011000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59908D; }

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

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

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

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

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

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

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

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