#59878A

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

Shades of Half Baked #59878A

Tints of Half Baked #59878A

Color information

#59878A (or 0x59878A) is unknown color: approx Half Baked. HEX triplet: 59, 87 and 8A. RGB value is (89,135,138). Sum of RGB (Red+Green+Blue) = 89+135+138=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #59878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59878A is #A67875. Grayscale: #797979. Windows color (decimal): -10909814 or 9078617. OLE color: 9078617.

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

Color convert

RGB89135138-
CMYK0.360.0200.46
HSL183.67º21.59%44.51%-
HSV(B)183.67º35.51%54.12%-
XYZ17.3721.2927.24-
YUV121.59137.26104.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=24.59%
G=37.29%
B=38.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891351380.360.0200.46183.6721.5944.51
Hex59878A24202Eb8162d
Octal1312072124420562702655
Binary101100110000111100010101001001001011101011100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59878A; }

 p { color: rgb(89,135,138); }

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

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

 a { background-color: rgb(89,135,138); }

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

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

 span { border-color: rgb(89,135,138); }

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