Shades of Half Baked #588A91
Tints of Half Baked #588A91
RGB
CMYK
RGB Variations
Color information
#588A91 (or 0x588A91) is known color: Half Baked. HEX triplet: 58, 8A and 91. RGB value is (88,138,145). Sum of RGB (Red+Green+Blue) = 88+138+145=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #588A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588A91 is #A7756E. Grayscale: #7B7B7B. Windows color (decimal): -10974575 or 9538136. OLE color: 9538136.
HSL color Cylindrical-coordinate representation of color #588A91: hue angle of 187.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #588A91 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 138 | 145 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.43 |
| HSL | 187.37º | 0.24% | 0.46% | - |
| HSV(B) | 187.37º | 0.39% | 0.57% | - |
| XYZ | 18.22 | 22.3 | 30.13 | - |
| YUV | 123.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 138 | 145 | 0.39 | 0.05 | 0 | 0.43 | 187.37 | 0.24 | 0.46 |
| Hex | 58 | 8A | 91 | 27 | 5 | 0 | 2B | BB | 18 | 2E |
| Octal | 130 | 212 | 221 | 47 | 5 | 0 | 53 | 273 | 30 | 56 |
| Binary | 1011000 | 10001010 | 10010001 | 100111 | 101 | 0 | 101011 | 10111011 | 11000 | 101110 |
Color Harmonies of #588A91
Complementary color
Monochromatic Colors of #588A91
Black with #588A91
Text Example
Text Example
White with #588A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588A91; }
p { color: rgb(88,138,145); }
H1.HeaderClassName
{
color: #588A91;
}
.AnyTagClassName
{
color: #588A91;
}
</style>
background-color css
<style>
a { background-color: #588A91; }
a { background-color: rgb(88,138,145); }
div.DivClassName
{
background-color: #588A91;
}
.BgClassName
{
background-color: #588A91;
}
</style>
border-color css
<style>
span { border-color: #588A91; }
span { border-color: rgb(88,138,145); }
td.TdClassName
{
border-color: #588A91;
}
.TagClassName
{
border-color: #588A91;
}
</style>