Shades of Half Baked #588F92
Tints of Half Baked #588F92
RGB
CMYK
RGB Variations
Color information
#588F92 (or 0x588F92) is known color: Half Baked. HEX triplet: 58, 8F and 92. RGB value is (88,143,146). Sum of RGB (Red+Green+Blue) = 88+143+146=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #588F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F92 is #A7706D. Grayscale: #7E7E7E. Windows color (decimal): -10973294 or 9604952. OLE color: 9604952.
HSL color Cylindrical-coordinate representation of color #588F92: hue angle of 183.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588F92 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 143 | 146 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.43 |
| HSL | 183.1º | 0.25% | 0.46% | - |
| HSV(B) | 183.1º | 0.4% | 0.57% | - |
| XYZ | 19.04 | 23.79 | 30.78 | - |
| YUV | 126.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 146 | 0.40 | 0.02 | 0 | 0.43 | 183.1 | 0.25 | 0.46 |
| Hex | 58 | 8F | 92 | 28 | 2 | 0 | 2B | B7 | 19 | 2E |
| Octal | 130 | 217 | 222 | 50 | 2 | 0 | 53 | 267 | 31 | 56 |
| Binary | 1011000 | 10001111 | 10010010 | 101000 | 10 | 0 | 101011 | 10110111 | 11001 | 101110 |
Color Harmonies of #588F92
Complementary color
Monochromatic Colors of #588F92
Black with #588F92
Text Example
Text Example
White with #588F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588F92; }
p { color: rgb(88,143,146); }
H1.HeaderClassName
{
color: #588F92;
}
.AnyTagClassName
{
color: #588F92;
}
</style>
background-color css
<style>
a { background-color: #588F92; }
a { background-color: rgb(88,143,146); }
div.DivClassName
{
background-color: #588F92;
}
.BgClassName
{
background-color: #588F92;
}
</style>
border-color css
<style>
span { border-color: #588F92; }
span { border-color: rgb(88,143,146); }
td.TdClassName
{
border-color: #588F92;
}
.TagClassName
{
border-color: #588F92;
}
</style>