Shades of Half Baked #568889
Tints of Half Baked #568889
RGB
CMYK
RGB Variations
Color information
#568889 (or 0x568889) is known color: Half Baked. HEX triplet: 56, 88 and 89. RGB value is (86,136,137). Sum of RGB (Red+Green+Blue) = 86+136+137=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #568889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568889 is #A97776. Grayscale: #797979. Windows color (decimal): -11106167 or 9013334. OLE color: 9013334.
HSL color Cylindrical-coordinate representation of color #568889: hue angle of 181.18º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568889 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 136 | 137 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.46 |
| HSL | 181.18º | 0.23% | 0.44% | - |
| HSV(B) | 181.18º | 0.37% | 0.54% | - |
| XYZ | 17.16 | 21.39 | 26.89 | - |
| YUV | 121.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 137 | 0.37 | 0.01 | 0 | 0.46 | 181.18 | 0.23 | 0.44 |
| Hex | 56 | 88 | 89 | 25 | 1 | 0 | 2E | B5 | 17 | 2C |
| Octal | 126 | 210 | 211 | 45 | 1 | 0 | 56 | 265 | 27 | 54 |
| Binary | 1010110 | 10001000 | 10001001 | 100101 | 1 | 0 | 101110 | 10110101 | 10111 | 101100 |
Color Harmonies of #568889
Complementary color
Monochromatic Colors of #568889
Black with #568889
Text Example
Text Example
White with #568889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568889; }
p { color: rgb(86,136,137); }
H1.HeaderClassName
{
color: #568889;
}
.AnyTagClassName
{
color: #568889;
}
</style>
background-color css
<style>
a { background-color: #568889; }
a { background-color: rgb(86,136,137); }
div.DivClassName
{
background-color: #568889;
}
.BgClassName
{
background-color: #568889;
}
</style>
border-color css
<style>
span { border-color: #568889; }
span { border-color: rgb(86,136,137); }
td.TdClassName
{
border-color: #568889;
}
.TagClassName
{
border-color: #568889;
}
</style>