Shades of Half Baked #568888
Tints of Half Baked #568888
RGB
CMYK
RGB Variations
Color information
#568888 (or 0x568888) is known color: Half Baked. HEX triplet: 56, 88 and 88. RGB value is (86,136,136). Sum of RGB (Red+Green+Blue) = 86+136+136=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #568888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568888 is #A97777. Grayscale: #797979. Windows color (decimal): -11106168 or 8947798. OLE color: 8947798.
HSL color Cylindrical-coordinate representation of color #568888: hue angle of 180º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568888 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 136 | - |
| CMYK | 0.37 | 0 | 0 | 0.47 |
| HSL | 180º | 0.23% | 0.44% | - |
| HSV(B) | 180º | 0.37% | 0.53% | - |
| XYZ | 17.09 | 21.36 | 26.52 | - |
| YUV | 121.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 136 | 0.37 | 0 | 0 | 0.47 | 180 | 0.23 | 0.44 |
| Hex | 56 | 88 | 88 | 25 | 0 | 0 | 2F | B4 | 17 | 2C |
| Octal | 126 | 210 | 210 | 45 | 0 | 0 | 57 | 264 | 27 | 54 |
| Binary | 1010110 | 10001000 | 10001000 | 100101 | 0 | 0 | 101111 | 10110100 | 10111 | 101100 |
Color Harmonies of #568888
Complementary color
Monochromatic Colors of #568888
Black with #568888
Text Example
Text Example
White with #568888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568888; }
p { color: rgb(86,136,136); }
H1.HeaderClassName
{
color: #568888;
}
.AnyTagClassName
{
color: #568888;
}
</style>
background-color css
<style>
a { background-color: #568888; }
a { background-color: rgb(86,136,136); }
div.DivClassName
{
background-color: #568888;
}
.BgClassName
{
background-color: #568888;
}
</style>
border-color css
<style>
span { border-color: #568888; }
span { border-color: rgb(86,136,136); }
td.TdClassName
{
border-color: #568888;
}
.TagClassName
{
border-color: #568888;
}
</style>