Shades of Half Baked #559A96
Tints of Half Baked #559A96
RGB
CMYK
RGB Variations
Color information
#559A96 (or 0x559A96) is known color: Half Baked. HEX triplet: 55, 9A and 96. RGB value is (85,154,150). Sum of RGB (Red+Green+Blue) = 85+154+150=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #559A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A96 is #AA6569. Grayscale: #848484. Windows color (decimal): -11167082 or 9869909. OLE color: 9869909.
HSL color Cylindrical-coordinate representation of color #559A96: hue angle of 176.52º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A96 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 154 | 150 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.40 |
| HSL | 176.52º | 0.29% | 0.47% | - |
| HSV(B) | 176.52º | 0.45% | 0.6% | - |
| XYZ | 20.81 | 27.24 | 33.02 | - |
| YUV | 132.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 150 | 0.45 | 0 | 0.03 | 0.40 | 176.52 | 0.29 | 0.47 |
| Hex | 55 | 9A | 96 | 2D | 0 | 3 | 28 | B1 | 1D | 2F |
| Octal | 125 | 232 | 226 | 55 | 0 | 3 | 50 | 261 | 35 | 57 |
| Binary | 1010101 | 10011010 | 10010110 | 101101 | 0 | 11 | 101000 | 10110001 | 11101 | 101111 |
Color Harmonies of #559A96
Complementary color
Monochromatic Colors of #559A96
Black with #559A96
Text Example
Text Example
White with #559A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559A96; }
p { color: rgb(85,154,150); }
H1.HeaderClassName
{
color: #559A96;
}
.AnyTagClassName
{
color: #559A96;
}
</style>
background-color css
<style>
a { background-color: #559A96; }
a { background-color: rgb(85,154,150); }
div.DivClassName
{
background-color: #559A96;
}
.BgClassName
{
background-color: #559A96;
}
</style>
border-color css
<style>
span { border-color: #559A96; }
span { border-color: rgb(85,154,150); }
td.TdClassName
{
border-color: #559A96;
}
.TagClassName
{
border-color: #559A96;
}
</style>