Shades of Half Baked #558888
Tints of Half Baked #558888
RGB
CMYK
RGB Variations
Color information
#558888 (or 0x558888) is known color: Half Baked. HEX triplet: 55, 88 and 88. RGB value is (85,136,136). Sum of RGB (Red+Green+Blue) = 85+136+136=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #558888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558888 is #AA7777. Grayscale: #787878. Windows color (decimal): -11171704 or 8947797. OLE color: 8947797.
HSL color Cylindrical-coordinate representation of color #558888: hue angle of 180º 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 #558888 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 136 | - |
| CMYK | 0.38 | 0 | 0 | 0.47 |
| HSL | 180º | 0.23% | 0.43% | - |
| HSV(B) | 180º | 0.38% | 0.53% | - |
| XYZ | 16.99 | 21.32 | 26.51 | - |
| YUV | 120.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 136 | 0.38 | 0 | 0 | 0.47 | 180 | 0.23 | 0.43 |
| Hex | 55 | 88 | 88 | 26 | 0 | 0 | 2F | B4 | 17 | 2B |
| Octal | 125 | 210 | 210 | 46 | 0 | 0 | 57 | 264 | 27 | 53 |
| Binary | 1010101 | 10001000 | 10001000 | 100110 | 0 | 0 | 101111 | 10110100 | 10111 | 101011 |
Color Harmonies of #558888
Complementary color
Monochromatic Colors of #558888
Black with #558888
Text Example
Text Example
White with #558888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558888; }
p { color: rgb(85,136,136); }
H1.HeaderClassName
{
color: #558888;
}
.AnyTagClassName
{
color: #558888;
}
</style>
background-color css
<style>
a { background-color: #558888; }
a { background-color: rgb(85,136,136); }
div.DivClassName
{
background-color: #558888;
}
.BgClassName
{
background-color: #558888;
}
</style>
border-color css
<style>
span { border-color: #558888; }
span { border-color: rgb(85,136,136); }
td.TdClassName
{
border-color: #558888;
}
.TagClassName
{
border-color: #558888;
}
</style>