#588489

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

Shades of Half Baked #588489

Tints of Half Baked #588489

Color information

#588489 (or 0x588489) is unknown color: approx Half Baked. HEX triplet: 58, 84 and 89. RGB value is (88,132,137). Sum of RGB (Red+Green+Blue) = 88+132+137=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 137 - color contains mainly: blue. Hex color #588489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588489 is #A77B76. Grayscale: #777777. Windows color (decimal): -10976119 or 9012312. OLE color: 9012312.

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

Color convert

RGB88132137-
CMYK0.360.0400.46
HSL186.12º21.78%44.12%-
HSV(B)186.12º35.77%53.73%-
XYZ16.7920.3826.72-
YUV119.41137.92105.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=24.65%
G=36.97%
B=38.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881321370.360.0400.46186.1221.7844.12
Hex58848924402Eba162c
Octal1302042114440562722654
Binary1011000100001001000100110010010001011101011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588489; }

 p { color: rgb(88,132,137); }

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

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

 a { background-color: rgb(88,132,137); }

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

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

 span { border-color: rgb(88,132,137); }

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