#588888

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

Shades of Half Baked #588888

Tints of Half Baked #588888

Color information

#588888 (or 0x588888) is unknown color: approx Half Baked. HEX triplet: 58, 88 and 88. RGB value is (88,136,136). Sum of RGB (Red+Green+Blue) = 88+136+136=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #588888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588888 is #A77777. Grayscale: #797979. Windows color (decimal): -10975096 or 8947800. OLE color: 8947800.

HSL color Cylindrical-coordinate representation of color #588888: hue angle of 180º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #588888 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88136136-
CMYK0.35000.47
HSL180º21.43%43.92%-
HSV(B)180º35.29%53.33%-
XYZ17.2721.4626.52-
YUV121.65136.1104-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=24.44%
G=37.78%
B=37.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881361360.35000.4718021.4343.92
Hex58888823002Fb4152c
Octal1302102104300572642554
Binary10110001000100010001000100011001011111011010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588888; }

 p { color: rgb(88,136,136); }

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

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

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

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

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

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

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