Shades of Half Baked #568A97
Tints of Half Baked #568A97
RGB
CMYK
RGB Variations
Color information
#568A97 (or 0x568A97) is known color: Half Baked. HEX triplet: 56, 8A and 97. RGB value is (86,138,151). Sum of RGB (Red+Green+Blue) = 86+138+151=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #568A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568A97 is #A97568. Grayscale: #7B7B7B. Windows color (decimal): -11105641 or 9931350. OLE color: 9931350.
HSL color Cylindrical-coordinate representation of color #568A97: hue angle of 192º 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 #568A97 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 138 | 151 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.41 |
| HSL | 192º | 0.27% | 0.46% | - |
| HSV(B) | 192º | 0.43% | 0.59% | - |
| XYZ | 18.51 | 22.39 | 32.62 | - |
| YUV | 123.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 151 | 0.43 | 0.09 | 0 | 0.41 | 192 | 0.27 | 0.46 |
| Hex | 56 | 8A | 97 | 2B | 9 | 0 | 29 | C0 | 1B | 2E |
| Octal | 126 | 212 | 227 | 53 | 11 | 0 | 51 | 300 | 33 | 56 |
| Binary | 1010110 | 10001010 | 10010111 | 101011 | 1001 | 0 | 101001 | 11000000 | 11011 | 101110 |
Color Harmonies of #568A97
Complementary color
Monochromatic Colors of #568A97
Black with #568A97
Text Example
Text Example
White with #568A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568A97; }
p { color: rgb(86,138,151); }
H1.HeaderClassName
{
color: #568A97;
}
.AnyTagClassName
{
color: #568A97;
}
</style>
background-color css
<style>
a { background-color: #568A97; }
a { background-color: rgb(86,138,151); }
div.DivClassName
{
background-color: #568A97;
}
.BgClassName
{
background-color: #568A97;
}
</style>
border-color css
<style>
span { border-color: #568A97; }
span { border-color: rgb(86,138,151); }
td.TdClassName
{
border-color: #568A97;
}
.TagClassName
{
border-color: #568A97;
}
</style>