#59898C

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

Shades of Half Baked #59898C

Tints of Half Baked #59898C

Color information

#59898C (or 0x59898C) is unknown color: approx Half Baked. HEX triplet: 59, 89 and 8C. RGB value is (89,137,140). Sum of RGB (Red+Green+Blue) = 89+137+140=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #59898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59898C is #A67673. Grayscale: #7A7A7A. Windows color (decimal): -10909300 or 9210201. OLE color: 9210201.

HSL color Cylindrical-coordinate representation of color #59898C: hue angle of 183.53º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59898C is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89137140-
CMYK0.360.0200.45
HSL183.53º22.27%44.9%-
HSV(B)183.53º36.43%54.9%-
XYZ17.821.9128.1-
YUV122.99137.6103.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=24.32%
G=37.43%
B=38.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891371400.360.0200.45183.5322.2744.9
Hex59898C24202Db8162d
Octal1312112144420552702655
Binary101100110001001100011001001001001011011011100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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