#588D88

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

Shades of Half Baked #588D88

Tints of Half Baked #588D88

Color information

#588D88 (or 0x588D88) is unknown color: approx Half Baked. HEX triplet: 58, 8D and 88. RGB value is (88,141,136). Sum of RGB (Red+Green+Blue) = 88+141+136=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #588D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588D88 is #A77277. Grayscale: #7C7C7C. Windows color (decimal): -10973816 or 8949080. OLE color: 8949080.

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

Color convert

RGB88141136-
CMYK0.3800.040.45
HSL174.34º23.14%44.9%-
HSV(B)174.34º37.59%55.29%-
XYZ17.9922.926.76-
YUV124.58134.44101.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 141 (55.47% from 255) = 38.63%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=24.11%
G=38.63%
B=37.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881411360.3800.040.45174.3423.1444.9
Hex588D8826042Dae172d
Octal1302152104604552562755
Binary1011000100011011000100010011001001011011010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588D88; }

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

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

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

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

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

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

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

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