Shades of Half Baked #588E9A
Tints of Half Baked #588E9A
RGB
CMYK
RGB Variations
Color information
#588E9A (or 0x588E9A) is known color: Half Baked. HEX triplet: 58, 8E and 9A. RGB value is (88,142,154). Sum of RGB (Red+Green+Blue) = 88+142+154=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #588E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E9A is #A77165. Grayscale: #7F7F7F. Windows color (decimal): -10973542 or 10128984. OLE color: 10128984.
HSL color Cylindrical-coordinate representation of color #588E9A: hue angle of 190.91º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #588E9A is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 142 | 154 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.40 |
| HSL | 190.91º | 0.27% | 0.47% | - |
| HSV(B) | 190.91º | 0.43% | 0.6% | - |
| XYZ | 19.53 | 23.75 | 34.13 | - |
| YUV | 127.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 154 | 0.43 | 0.08 | 0 | 0.40 | 190.91 | 0.27 | 0.47 |
| Hex | 58 | 8E | 9A | 2B | 8 | 0 | 28 | BF | 1B | 2F |
| Octal | 130 | 216 | 232 | 53 | 10 | 0 | 50 | 277 | 33 | 57 |
| Binary | 1011000 | 10001110 | 10011010 | 101011 | 1000 | 0 | 101000 | 10111111 | 11011 | 101111 |
Color Harmonies of #588E9A
Complementary color
Monochromatic Colors of #588E9A
Black with #588E9A
Text Example
Text Example
White with #588E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588E9A; }
p { color: rgb(88,142,154); }
H1.HeaderClassName
{
color: #588E9A;
}
.AnyTagClassName
{
color: #588E9A;
}
</style>
background-color css
<style>
a { background-color: #588E9A; }
a { background-color: rgb(88,142,154); }
div.DivClassName
{
background-color: #588E9A;
}
.BgClassName
{
background-color: #588E9A;
}
</style>
border-color css
<style>
span { border-color: #588E9A; }
span { border-color: rgb(88,142,154); }
td.TdClassName
{
border-color: #588E9A;
}
.TagClassName
{
border-color: #588E9A;
}
</style>