Shades of Half Baked #568893
Tints of Half Baked #568893
RGB
CMYK
RGB Variations
Color information
#568893 (or 0x568893) is known color: Half Baked. HEX triplet: 56, 88 and 93. RGB value is (86,136,147). Sum of RGB (Red+Green+Blue) = 86+136+147=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #568893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568893 is #A9776C. Grayscale: #7A7A7A. Windows color (decimal): -11106157 or 9668694. OLE color: 9668694.
HSL color Cylindrical-coordinate representation of color #568893: hue angle of 190.82º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #568893 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 136 | 147 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.42 |
| HSL | 190.82º | 0.26% | 0.46% | - |
| HSV(B) | 190.82º | 0.41% | 0.58% | - |
| XYZ | 17.91 | 21.69 | 30.85 | - |
| YUV | 122.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 147 | 0.41 | 0.07 | 0 | 0.42 | 190.82 | 0.26 | 0.46 |
| Hex | 56 | 88 | 93 | 29 | 7 | 0 | 2A | BF | 1A | 2E |
| Octal | 126 | 210 | 223 | 51 | 7 | 0 | 52 | 277 | 32 | 56 |
| Binary | 1010110 | 10001000 | 10010011 | 101001 | 111 | 0 | 101010 | 10111111 | 11010 | 101110 |
Color Harmonies of #568893
Complementary color
Monochromatic Colors of #568893
Black with #568893
Text Example
Text Example
White with #568893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568893; }
p { color: rgb(86,136,147); }
H1.HeaderClassName
{
color: #568893;
}
.AnyTagClassName
{
color: #568893;
}
</style>
background-color css
<style>
a { background-color: #568893; }
a { background-color: rgb(86,136,147); }
div.DivClassName
{
background-color: #568893;
}
.BgClassName
{
background-color: #568893;
}
</style>
border-color css
<style>
span { border-color: #568893; }
span { border-color: rgb(86,136,147); }
td.TdClassName
{
border-color: #568893;
}
.TagClassName
{
border-color: #568893;
}
</style>