#588389

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

Shades of Half Baked #588389

Tints of Half Baked #588389

Color information

#588389 (or 0x588389) is unknown color: approx Half Baked. HEX triplet: 58, 83 and 89. RGB value is (88,131,137). Sum of RGB (Red+Green+Blue) = 88+131+137=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #588389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588389 is #A77C76. Grayscale: #767676. Windows color (decimal): -10976375 or 9012056. OLE color: 9012056.

HSL color Cylindrical-coordinate representation of color #588389: hue angle of 187.35º 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 #588389 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB88131137-
CMYK0.360.0400.46
HSL187.35º21.78%44.12%-
HSV(B)187.35º35.77%53.73%-
XYZ16.6620.1126.67-
YUV118.83138.25106.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=24.72%
G=36.80%
B=38.48%

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
Decimal881311370.360.0400.46187.3521.7844.12
Hex58838924402Ebb162c
Octal1302032114440562732654
Binary1011000100000111000100110010010001011101011101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588389; }

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

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

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

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

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

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

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

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