Shades of Half Baked #558B92
Tints of Half Baked #558B92
RGB
CMYK
RGB Variations
Color information
#558B92 (or 0x558B92) is known color: Half Baked. HEX triplet: 55, 8B and 92. RGB value is (85,139,146). Sum of RGB (Red+Green+Blue) = 85+139+146=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 139 (54.69% from 255 or 37.57% 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 #558B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B92 is #AA746D. Grayscale: #7B7B7B. Windows color (decimal): -11170926 or 9603925. OLE color: 9603925.
HSL color Cylindrical-coordinate representation of color #558B92: hue angle of 186.89º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #558B92 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 139 | 146 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.43 |
| HSL | 186.89º | 0.26% | 0.45% | - |
| HSV(B) | 186.89º | 0.42% | 0.57% | - |
| XYZ | 18.17 | 22.47 | 30.57 | - |
| YUV | 123.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 146 | 0.42 | 0.05 | 0 | 0.43 | 186.89 | 0.26 | 0.45 |
| Hex | 55 | 8B | 92 | 2A | 5 | 0 | 2B | BB | 1A | 2D |
| Octal | 125 | 213 | 222 | 52 | 5 | 0 | 53 | 273 | 32 | 55 |
| Binary | 1010101 | 10001011 | 10010010 | 101010 | 101 | 0 | 101011 | 10111011 | 11010 | 101101 |
Color Harmonies of #558B92
Complementary color
Monochromatic Colors of #558B92
Black with #558B92
Text Example
Text Example
White with #558B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B92; }
p { color: rgb(85,139,146); }
H1.HeaderClassName
{
color: #558B92;
}
.AnyTagClassName
{
color: #558B92;
}
</style>
background-color css
<style>
a { background-color: #558B92; }
a { background-color: rgb(85,139,146); }
div.DivClassName
{
background-color: #558B92;
}
.BgClassName
{
background-color: #558B92;
}
</style>
border-color css
<style>
span { border-color: #558B92; }
span { border-color: rgb(85,139,146); }
td.TdClassName
{
border-color: #558B92;
}
.TagClassName
{
border-color: #558B92;
}
</style>