#59868D

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

Shades of Half Baked #59868D

Tints of Half Baked #59868D

Color information

#59868D (or 0x59868D) is unknown color: approx Half Baked. HEX triplet: 59, 86 and 8D. RGB value is (89,134,141). Sum of RGB (Red+Green+Blue) = 89+134+141=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #59868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59868D is #A67972. Grayscale: #797979. Windows color (decimal): -10910067 or 9274969. OLE color: 9274969.

HSL color Cylindrical-coordinate representation of color #59868D: hue angle of 188.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59868D is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89134141-
CMYK0.370.0500.45
HSL188.08º22.61%45.1%-
HSV(B)188.08º36.88%55.29%-
XYZ17.4521.128.35-
YUV121.34139.09104.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=24.45%
G=36.81%
B=38.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891341410.370.0500.45188.0822.6145.1
Hex59868D25502Dbc172d
Octal1312062154550552742755
Binary1011001100001101000110110010110101011011011110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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