Shades of Half Baked #568994
Tints of Half Baked #568994
RGB
CMYK
RGB Variations
Color information
#568994 (or 0x568994) is known color: Half Baked. HEX triplet: 56, 89 and 94. RGB value is (86,137,148). Sum of RGB (Red+Green+Blue) = 86+137+148=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #568994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568994 is #A9766B. Grayscale: #7A7A7A. Windows color (decimal): -11105900 or 9734486. OLE color: 9734486.
HSL color Cylindrical-coordinate representation of color #568994: hue angle of 190.65º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #568994 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 137 | 148 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.42 |
| HSL | 190.65º | 0.26% | 0.46% | - |
| HSV(B) | 190.65º | 0.42% | 0.58% | - |
| XYZ | 18.13 | 22.01 | 31.31 | - |
| YUV | 123.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 148 | 0.42 | 0.07 | 0 | 0.42 | 190.65 | 0.26 | 0.46 |
| Hex | 56 | 89 | 94 | 2A | 7 | 0 | 2A | BF | 1A | 2E |
| Octal | 126 | 211 | 224 | 52 | 7 | 0 | 52 | 277 | 32 | 56 |
| Binary | 1010110 | 10001001 | 10010100 | 101010 | 111 | 0 | 101010 | 10111111 | 11010 | 101110 |
Color Harmonies of #568994
Complementary color
Monochromatic Colors of #568994
Black with #568994
Text Example
Text Example
White with #568994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568994; }
p { color: rgb(86,137,148); }
H1.HeaderClassName
{
color: #568994;
}
.AnyTagClassName
{
color: #568994;
}
</style>
background-color css
<style>
a { background-color: #568994; }
a { background-color: rgb(86,137,148); }
div.DivClassName
{
background-color: #568994;
}
.BgClassName
{
background-color: #568994;
}
</style>
border-color css
<style>
span { border-color: #568994; }
span { border-color: rgb(86,137,148); }
td.TdClassName
{
border-color: #568994;
}
.TagClassName
{
border-color: #568994;
}
</style>