Shades of Half Baked #558F96
Tints of Half Baked #558F96
RGB
CMYK
RGB Variations
Color information
#558F96 (or 0x558F96) is known color: Half Baked. HEX triplet: 55, 8F and 96. RGB value is (85,143,150). Sum of RGB (Red+Green+Blue) = 85+143+150=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #558F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558F96 is #AA7069. Grayscale: #7E7E7E. Windows color (decimal): -11169898 or 9867093. OLE color: 9867093.
HSL color Cylindrical-coordinate representation of color #558F96: hue angle of 186.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #558F96 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 143 | 150 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.41 |
| HSL | 186.46º | 0.28% | 0.46% | - |
| HSV(B) | 186.46º | 0.43% | 0.59% | - |
| XYZ | 19.07 | 23.78 | 32.44 | - |
| YUV | 126.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 150 | 0.43 | 0.05 | 0 | 0.41 | 186.46 | 0.28 | 0.46 |
| Hex | 55 | 8F | 96 | 2B | 5 | 0 | 29 | BA | 1C | 2E |
| Octal | 125 | 217 | 226 | 53 | 5 | 0 | 51 | 272 | 34 | 56 |
| Binary | 1010101 | 10001111 | 10010110 | 101011 | 101 | 0 | 101001 | 10111010 | 11100 | 101110 |
Color Harmonies of #558F96
Complementary color
Monochromatic Colors of #558F96
Black with #558F96
Text Example
Text Example
White with #558F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558F96; }
p { color: rgb(85,143,150); }
H1.HeaderClassName
{
color: #558F96;
}
.AnyTagClassName
{
color: #558F96;
}
</style>
background-color css
<style>
a { background-color: #558F96; }
a { background-color: rgb(85,143,150); }
div.DivClassName
{
background-color: #558F96;
}
.BgClassName
{
background-color: #558F96;
}
</style>
border-color css
<style>
span { border-color: #558F96; }
span { border-color: rgb(85,143,150); }
td.TdClassName
{
border-color: #558F96;
}
.TagClassName
{
border-color: #558F96;
}
</style>