Shades of Half Baked #558990
Tints of Half Baked #558990
RGB
CMYK
RGB Variations
Color information
#558990 (or 0x558990) is known color: Half Baked. HEX triplet: 55, 89 and 90. RGB value is (85,137,144). Sum of RGB (Red+Green+Blue) = 85+137+144=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #558990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558990 is #AA766F. Grayscale: #7A7A7A. Windows color (decimal): -11171440 or 9472341. OLE color: 9472341.
HSL color Cylindrical-coordinate representation of color #558990: hue angle of 187.12º 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 #558990 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 137 | 144 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.44 |
| HSL | 187.12º | 0.26% | 0.45% | - |
| HSV(B) | 187.12º | 0.41% | 0.56% | - |
| XYZ | 17.73 | 21.84 | 29.67 | - |
| YUV | 122.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 144 | 0.41 | 0.05 | 0 | 0.44 | 187.12 | 0.26 | 0.45 |
| Hex | 55 | 89 | 90 | 29 | 5 | 0 | 2C | BB | 1A | 2D |
| Octal | 125 | 211 | 220 | 51 | 5 | 0 | 54 | 273 | 32 | 55 |
| Binary | 1010101 | 10001001 | 10010000 | 101001 | 101 | 0 | 101100 | 10111011 | 11010 | 101101 |
Color Harmonies of #558990
Complementary color
Monochromatic Colors of #558990
Black with #558990
Text Example
Text Example
White with #558990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558990; }
p { color: rgb(85,137,144); }
H1.HeaderClassName
{
color: #558990;
}
.AnyTagClassName
{
color: #558990;
}
</style>
background-color css
<style>
a { background-color: #558990; }
a { background-color: rgb(85,137,144); }
div.DivClassName
{
background-color: #558990;
}
.BgClassName
{
background-color: #558990;
}
</style>
border-color css
<style>
span { border-color: #558990; }
span { border-color: rgb(85,137,144); }
td.TdClassName
{
border-color: #558990;
}
.TagClassName
{
border-color: #558990;
}
</style>