Shades of Half Baked #558886
Tints of Half Baked #558886
RGB
CMYK
RGB Variations
Color information
#558886 (or 0x558886) is known color: Half Baked. HEX triplet: 55, 88 and 86. RGB value is (85,136,134). Sum of RGB (Red+Green+Blue) = 85+136+134=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #558886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558886 is #AA7779. Grayscale: #787878. Windows color (decimal): -11171706 or 8816725. OLE color: 8816725.
HSL color Cylindrical-coordinate representation of color #558886: hue angle of 177.65º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558886 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 134 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.47 |
| HSL | 177.65º | 0.23% | 0.43% | - |
| HSV(B) | 177.65º | 0.38% | 0.53% | - |
| XYZ | 16.85 | 21.26 | 25.77 | - |
| YUV | 120.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 134 | 0.38 | 0 | 0.01 | 0.47 | 177.65 | 0.23 | 0.43 |
| Hex | 55 | 88 | 86 | 26 | 0 | 1 | 2F | B2 | 17 | 2B |
| Octal | 125 | 210 | 206 | 46 | 0 | 1 | 57 | 262 | 27 | 53 |
| Binary | 1010101 | 10001000 | 10000110 | 100110 | 0 | 1 | 101111 | 10110010 | 10111 | 101011 |
Color Harmonies of #558886
Complementary color
Monochromatic Colors of #558886
Black with #558886
Text Example
Text Example
White with #558886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558886; }
p { color: rgb(85,136,134); }
H1.HeaderClassName
{
color: #558886;
}
.AnyTagClassName
{
color: #558886;
}
</style>
background-color css
<style>
a { background-color: #558886; }
a { background-color: rgb(85,136,134); }
div.DivClassName
{
background-color: #558886;
}
.BgClassName
{
background-color: #558886;
}
</style>
border-color css
<style>
span { border-color: #558886; }
span { border-color: rgb(85,136,134); }
td.TdClassName
{
border-color: #558886;
}
.TagClassName
{
border-color: #558886;
}
</style>