#588488

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

Shades of Half Baked #588488

Tints of Half Baked #588488

Color information

#588488 (or 0x588488) is unknown color: approx Half Baked. HEX triplet: 58, 84 and 88. RGB value is (88,132,136). Sum of RGB (Red+Green+Blue) = 88+132+136=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #588488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588488 is #A77B77. Grayscale: #777777. Windows color (decimal): -10976120 or 8946776. OLE color: 8946776.

HSL color Cylindrical-coordinate representation of color #588488: hue angle of 185º 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 #588488 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88132136-
CMYK0.350.0300.47
HSL185º21.43%43.92%-
HSV(B)185º35.29%53.33%-
XYZ16.7220.3526.34-
YUV119.3137.42105.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=24.72%
G=37.08%
B=38.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881321360.350.0300.4718521.4343.92
Hex58848823302Fb9152c
Octal1302042104330572712554
Binary101100010000100100010001000111101011111011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588488; }

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

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

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

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

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

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

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

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