Shades of Half Baked #559895
Tints of Half Baked #559895
RGB
CMYK
RGB Variations
Color information
#559895 (or 0x559895) is known color: Half Baked. HEX triplet: 55, 98 and 95. RGB value is (85,152,149). Sum of RGB (Red+Green+Blue) = 85+152+149=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #559895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559895 is #AA676A. Grayscale: #838383. Windows color (decimal): -11167595 or 9803861. OLE color: 9803861.
HSL color Cylindrical-coordinate representation of color #559895: hue angle of 177.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559895 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 149 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.40 |
| HSL | 177.31º | 0.28% | 0.46% | - |
| HSV(B) | 177.31º | 0.44% | 0.6% | - |
| XYZ | 20.4 | 26.56 | 32.48 | - |
| YUV | 131.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 149 | 0.44 | 0 | 0.02 | 0.40 | 177.31 | 0.28 | 0.46 |
| Hex | 55 | 98 | 95 | 2C | 0 | 2 | 28 | B1 | 1C | 2E |
| Octal | 125 | 230 | 225 | 54 | 0 | 2 | 50 | 261 | 34 | 56 |
| Binary | 1010101 | 10011000 | 10010101 | 101100 | 0 | 10 | 101000 | 10110001 | 11100 | 101110 |
Color Harmonies of #559895
Complementary color
Monochromatic Colors of #559895
Black with #559895
Text Example
Text Example
White with #559895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559895; }
p { color: rgb(85,152,149); }
H1.HeaderClassName
{
color: #559895;
}
.AnyTagClassName
{
color: #559895;
}
</style>
background-color css
<style>
a { background-color: #559895; }
a { background-color: rgb(85,152,149); }
div.DivClassName
{
background-color: #559895;
}
.BgClassName
{
background-color: #559895;
}
</style>
border-color css
<style>
span { border-color: #559895; }
span { border-color: rgb(85,152,149); }
td.TdClassName
{
border-color: #559895;
}
.TagClassName
{
border-color: #559895;
}
</style>