Shades of Half Baked #568996
Tints of Half Baked #568996
RGB
CMYK
RGB Variations
Color information
#568996 (or 0x568996) is known color: Half Baked. HEX triplet: 56, 89 and 96. RGB value is (86,137,150). Sum of RGB (Red+Green+Blue) = 86+137+150=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #568996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568996 is #A97669. Grayscale: #7B7B7B. Windows color (decimal): -11105898 or 9865558. OLE color: 9865558.
HSL color Cylindrical-coordinate representation of color #568996: hue angle of 192.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #568996 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 137 | 150 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.41 |
| HSL | 192.19º | 0.27% | 0.46% | - |
| HSV(B) | 192.19º | 0.43% | 0.59% | - |
| XYZ | 18.29 | 22.07 | 32.15 | - |
| YUV | 123.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 150 | 0.43 | 0.09 | 0 | 0.41 | 192.19 | 0.27 | 0.46 |
| Hex | 56 | 89 | 96 | 2B | 9 | 0 | 29 | C0 | 1B | 2E |
| Octal | 126 | 211 | 226 | 53 | 11 | 0 | 51 | 300 | 33 | 56 |
| Binary | 1010110 | 10001001 | 10010110 | 101011 | 1001 | 0 | 101001 | 11000000 | 11011 | 101110 |
Color Harmonies of #568996
Complementary color
Monochromatic Colors of #568996
Black with #568996
Text Example
Text Example
White with #568996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568996; }
p { color: rgb(86,137,150); }
H1.HeaderClassName
{
color: #568996;
}
.AnyTagClassName
{
color: #568996;
}
</style>
background-color css
<style>
a { background-color: #568996; }
a { background-color: rgb(86,137,150); }
div.DivClassName
{
background-color: #568996;
}
.BgClassName
{
background-color: #568996;
}
</style>
border-color css
<style>
span { border-color: #568996; }
span { border-color: rgb(86,137,150); }
td.TdClassName
{
border-color: #568996;
}
.TagClassName
{
border-color: #568996;
}
</style>