Shades of Half Baked #588C99
Tints of Half Baked #588C99
RGB
CMYK
RGB Variations
Color information
#588C99 (or 0x588C99) is known color: Half Baked. HEX triplet: 58, 8C and 99. RGB value is (88,140,153). Sum of RGB (Red+Green+Blue) = 88+140+153=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #588C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C99 is #A77366. Grayscale: #7D7D7D. Windows color (decimal): -10974055 or 10062936. OLE color: 10062936.
HSL color Cylindrical-coordinate representation of color #588C99: hue angle of 192º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588C99 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 140 | 153 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.4 |
| HSL | 192º | 0.27% | 0.47% | - |
| HSV(B) | 192º | 0.42% | 0.6% | - |
| XYZ | 19.15 | 23.13 | 33.59 | - |
| YUV | 125.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 153 | 0.42 | 0.08 | 0 | 0.4 | 192 | 0.27 | 0.47 |
| Hex | 58 | 8C | 99 | 2A | 8 | 0 | 28 | C0 | 1B | 2F |
| Octal | 130 | 214 | 231 | 52 | 10 | 0 | 50 | 300 | 33 | 57 |
| Binary | 1011000 | 10001100 | 10011001 | 101010 | 1000 | 0 | 101000 | 11000000 | 11011 | 101111 |
Color Harmonies of #588C99
Complementary color
Monochromatic Colors of #588C99
Black with #588C99
Text Example
Text Example
White with #588C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C99; }
p { color: rgb(88,140,153); }
H1.HeaderClassName
{
color: #588C99;
}
.AnyTagClassName
{
color: #588C99;
}
</style>
background-color css
<style>
a { background-color: #588C99; }
a { background-color: rgb(88,140,153); }
div.DivClassName
{
background-color: #588C99;
}
.BgClassName
{
background-color: #588C99;
}
</style>
border-color css
<style>
span { border-color: #588C99; }
span { border-color: rgb(88,140,153); }
td.TdClassName
{
border-color: #588C99;
}
.TagClassName
{
border-color: #588C99;
}
</style>