Shades of Half Baked #568991
Tints of Half Baked #568991
RGB
CMYK
RGB Variations
Color information
#568991 (or 0x568991) is known color: Half Baked. HEX triplet: 56, 89 and 91. RGB value is (86,137,145). Sum of RGB (Red+Green+Blue) = 86+137+145=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #568991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568991 is #A9766E. Grayscale: #7A7A7A. Windows color (decimal): -11105903 or 9537878. OLE color: 9537878.
HSL color Cylindrical-coordinate representation of color #568991: hue angle of 188.14º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #568991 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 137 | 145 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.43 |
| HSL | 188.14º | 0.26% | 0.45% | - |
| HSV(B) | 188.14º | 0.41% | 0.57% | - |
| XYZ | 17.89 | 21.91 | 30.07 | - |
| YUV | 122.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 145 | 0.41 | 0.06 | 0 | 0.43 | 188.14 | 0.26 | 0.45 |
| Hex | 56 | 89 | 91 | 29 | 6 | 0 | 2B | BC | 1A | 2D |
| Octal | 126 | 211 | 221 | 51 | 6 | 0 | 53 | 274 | 32 | 55 |
| Binary | 1010110 | 10001001 | 10010001 | 101001 | 110 | 0 | 101011 | 10111100 | 11010 | 101101 |
Color Harmonies of #568991
Complementary color
Monochromatic Colors of #568991
Black with #568991
Text Example
Text Example
White with #568991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568991; }
p { color: rgb(86,137,145); }
H1.HeaderClassName
{
color: #568991;
}
.AnyTagClassName
{
color: #568991;
}
</style>
background-color css
<style>
a { background-color: #568991; }
a { background-color: rgb(86,137,145); }
div.DivClassName
{
background-color: #568991;
}
.BgClassName
{
background-color: #568991;
}
</style>
border-color css
<style>
span { border-color: #568991; }
span { border-color: rgb(86,137,145); }
td.TdClassName
{
border-color: #568991;
}
.TagClassName
{
border-color: #568991;
}
</style>