Shades of Half Baked #568986
Tints of Half Baked #568986
RGB
CMYK
RGB Variations
Color information
#568986 (or 0x568986) is known color: Half Baked. HEX triplet: 56, 89 and 86. RGB value is (86,137,134). Sum of RGB (Red+Green+Blue) = 86+137+134=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #568986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568986 is #A97679. Grayscale: #797979. Windows color (decimal): -11105914 or 8816982. OLE color: 8816982.
HSL color Cylindrical-coordinate representation of color #568986: hue angle of 176.47º 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 #568986 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 137 | 134 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.46 |
| HSL | 176.47º | 0.23% | 0.44% | - |
| HSV(B) | 176.47º | 0.37% | 0.54% | - |
| XYZ | 17.09 | 21.59 | 25.82 | - |
| YUV | 121.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 134 | 0.37 | 0 | 0.02 | 0.46 | 176.47 | 0.23 | 0.44 |
| Hex | 56 | 89 | 86 | 25 | 0 | 2 | 2E | B0 | 17 | 2C |
| Octal | 126 | 211 | 206 | 45 | 0 | 2 | 56 | 260 | 27 | 54 |
| Binary | 1010110 | 10001001 | 10000110 | 100101 | 0 | 10 | 101110 | 10110000 | 10111 | 101100 |
Color Harmonies of #568986
Complementary color
Monochromatic Colors of #568986
Black with #568986
Text Example
Text Example
White with #568986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568986; }
p { color: rgb(86,137,134); }
H1.HeaderClassName
{
color: #568986;
}
.AnyTagClassName
{
color: #568986;
}
</style>
background-color css
<style>
a { background-color: #568986; }
a { background-color: rgb(86,137,134); }
div.DivClassName
{
background-color: #568986;
}
.BgClassName
{
background-color: #568986;
}
</style>
border-color css
<style>
span { border-color: #568986; }
span { border-color: rgb(86,137,134); }
td.TdClassName
{
border-color: #568986;
}
.TagClassName
{
border-color: #568986;
}
</style>