#59898E

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

Shades of Half Baked #59898E

Tints of Half Baked #59898E

Color information

#59898E (or 0x59898E) is unknown color: approx Half Baked. HEX triplet: 59, 89 and 8E. RGB value is (89,137,142). Sum of RGB (Red+Green+Blue) = 89+137+142=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #59898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59898E is #A67671. Grayscale: #7B7B7B. Windows color (decimal): -10909298 or 9341273. OLE color: 9341273.

HSL color Cylindrical-coordinate representation of color #59898E: hue angle of 185.66º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59898E is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89137142-
CMYK0.370.0400.44
HSL185.66º22.94%45.29%-
HSV(B)185.66º37.32%55.69%-
XYZ17.9521.9728.89-
YUV123.22138.6103.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=24.18%
G=37.23%
B=38.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891371420.370.0400.44185.6622.9445.29
Hex59898E25402Cba172d
Octal1312112164540542722755
Binary1011001100010011000111010010110001011001011101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59898E; }

 p { color: rgb(89,137,142); }

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

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

 a { background-color: rgb(89,137,142); }

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

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

 span { border-color: rgb(89,137,142); }

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