Shades of Half Baked #559090
Tints of Half Baked #559090
RGB
CMYK
RGB Variations
Color information
#559090 (or 0x559090) is known color: Half Baked. HEX triplet: 55, 90 and 90. RGB value is (85,144,144). Sum of RGB (Red+Green+Blue) = 85+144+144=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #559090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559090 is #AA6F6F. Grayscale: #7E7E7E. Windows color (decimal): -11169648 or 9474133. OLE color: 9474133.
HSL color Cylindrical-coordinate representation of color #559090: hue angle of 180º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559090 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 144 | - |
| CMYK | 0.41 | 0 | 0 | 0.44 |
| HSL | 180º | 0.26% | 0.45% | - |
| HSV(B) | 180º | 0.41% | 0.56% | - |
| XYZ | 18.75 | 23.89 | 30.01 | - |
| YUV | 126.36 | 137.95 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 144 | 0.41 | 0 | 0 | 0.44 | 180 | 0.26 | 0.45 |
| Hex | 55 | 90 | 90 | 29 | 0 | 0 | 2C | B4 | 1A | 2D |
| Octal | 125 | 220 | 220 | 51 | 0 | 0 | 54 | 264 | 32 | 55 |
| Binary | 1010101 | 10010000 | 10010000 | 101001 | 0 | 0 | 101100 | 10110100 | 11010 | 101101 |
Color Harmonies of #559090
Complementary color
Monochromatic Colors of #559090
Black with #559090
Text Example
Text Example
White with #559090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559090; }
p { color: rgb(85,144,144); }
H1.HeaderClassName
{
color: #559090;
}
.AnyTagClassName
{
color: #559090;
}
</style>
background-color css
<style>
a { background-color: #559090; }
a { background-color: rgb(85,144,144); }
div.DivClassName
{
background-color: #559090;
}
.BgClassName
{
background-color: #559090;
}
</style>
border-color css
<style>
span { border-color: #559090; }
span { border-color: rgb(85,144,144); }
td.TdClassName
{
border-color: #559090;
}
.TagClassName
{
border-color: #559090;
}
</style>