Shades of Half Baked #558B91
Tints of Half Baked #558B91
RGB
CMYK
RGB Variations
Color information
#558B91 (or 0x558B91) is known color: Half Baked. HEX triplet: 55, 8B and 91. RGB value is (85,139,145). Sum of RGB (Red+Green+Blue) = 85+139+145=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #558B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B91 is #AA746E. Grayscale: #7B7B7B. Windows color (decimal): -11170927 or 9538389. OLE color: 9538389.
HSL color Cylindrical-coordinate representation of color #558B91: hue angle of 186º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558B91 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 139 | 145 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.43 |
| HSL | 186º | 0.26% | 0.45% | - |
| HSV(B) | 186º | 0.41% | 0.57% | - |
| XYZ | 18.09 | 22.44 | 30.17 | - |
| YUV | 123.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 145 | 0.41 | 0.04 | 0 | 0.43 | 186 | 0.26 | 0.45 |
| Hex | 55 | 8B | 91 | 29 | 4 | 0 | 2B | BA | 1A | 2D |
| Octal | 125 | 213 | 221 | 51 | 4 | 0 | 53 | 272 | 32 | 55 |
| Binary | 1010101 | 10001011 | 10010001 | 101001 | 100 | 0 | 101011 | 10111010 | 11010 | 101101 |
Color Harmonies of #558B91
Complementary color
Monochromatic Colors of #558B91
Black with #558B91
Text Example
Text Example
White with #558B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B91; }
p { color: rgb(85,139,145); }
H1.HeaderClassName
{
color: #558B91;
}
.AnyTagClassName
{
color: #558B91;
}
</style>
background-color css
<style>
a { background-color: #558B91; }
a { background-color: rgb(85,139,145); }
div.DivClassName
{
background-color: #558B91;
}
.BgClassName
{
background-color: #558B91;
}
</style>
border-color css
<style>
span { border-color: #558B91; }
span { border-color: rgb(85,139,145); }
td.TdClassName
{
border-color: #558B91;
}
.TagClassName
{
border-color: #558B91;
}
</style>