Shades of Half Baked #588892
Tints of Half Baked #588892
RGB
CMYK
RGB Variations
Color information
#588892 (or 0x588892) is known color: Half Baked. HEX triplet: 58, 88 and 92. RGB value is (88,136,146). Sum of RGB (Red+Green+Blue) = 88+136+146=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #588892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588892 is #A7776D. Grayscale: #7A7A7A. Windows color (decimal): -10975086 or 9603160. OLE color: 9603160.
HSL color Cylindrical-coordinate representation of color #588892: hue angle of 190.34º 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 #588892 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 136 | 146 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.43 |
| HSL | 190.34º | 0.25% | 0.46% | - |
| HSV(B) | 190.34º | 0.4% | 0.57% | - |
| XYZ | 18.02 | 21.76 | 30.44 | - |
| YUV | 122.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 146 | 0.40 | 0.07 | 0 | 0.43 | 190.34 | 0.25 | 0.46 |
| Hex | 58 | 88 | 92 | 28 | 7 | 0 | 2B | BE | 19 | 2E |
| Octal | 130 | 210 | 222 | 50 | 7 | 0 | 53 | 276 | 31 | 56 |
| Binary | 1011000 | 10001000 | 10010010 | 101000 | 111 | 0 | 101011 | 10111110 | 11001 | 101110 |
Color Harmonies of #588892
Complementary color
Monochromatic Colors of #588892
Black with #588892
Text Example
Text Example
White with #588892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588892; }
p { color: rgb(88,136,146); }
H1.HeaderClassName
{
color: #588892;
}
.AnyTagClassName
{
color: #588892;
}
</style>
background-color css
<style>
a { background-color: #588892; }
a { background-color: rgb(88,136,146); }
div.DivClassName
{
background-color: #588892;
}
.BgClassName
{
background-color: #588892;
}
</style>
border-color css
<style>
span { border-color: #588892; }
span { border-color: rgb(88,136,146); }
td.TdClassName
{
border-color: #588892;
}
.TagClassName
{
border-color: #588892;
}
</style>