Shades of Half Baked #56968E
Tints of Half Baked #56968E
RGB
CMYK
RGB Variations
Color information
#56968E (or 0x56968E) is known color: Half Baked. HEX triplet: 56, 96 and 8E. RGB value is (86,150,142). Sum of RGB (Red+Green+Blue) = 86+150+142=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #56968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56968E is #A96971. Grayscale: #818181. Windows color (decimal): -11102578 or 9344598. OLE color: 9344598.
HSL color Cylindrical-coordinate representation of color #56968E: hue angle of 172.5º 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 #56968E is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 142 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.41 |
| HSL | 172.5º | 0.27% | 0.46% | - |
| HSV(B) | 172.5º | 0.43% | 0.59% | - |
| XYZ | 19.63 | 25.74 | 29.53 | - |
| YUV | 129.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 142 | 0.43 | 0 | 0.05 | 0.41 | 172.5 | 0.27 | 0.46 |
| Hex | 56 | 96 | 8E | 2B | 0 | 5 | 29 | AC | 1B | 2E |
| Octal | 126 | 226 | 216 | 53 | 0 | 5 | 51 | 254 | 33 | 56 |
| Binary | 1010110 | 10010110 | 10001110 | 101011 | 0 | 101 | 101001 | 10101100 | 11011 | 101110 |
Color Harmonies of #56968E
Complementary color
Monochromatic Colors of #56968E
Black with #56968E
Text Example
Text Example
White with #56968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56968E; }
p { color: rgb(86,150,142); }
H1.HeaderClassName
{
color: #56968E;
}
.AnyTagClassName
{
color: #56968E;
}
</style>
background-color css
<style>
a { background-color: #56968E; }
a { background-color: rgb(86,150,142); }
div.DivClassName
{
background-color: #56968E;
}
.BgClassName
{
background-color: #56968E;
}
</style>
border-color css
<style>
span { border-color: #56968E; }
span { border-color: rgb(86,150,142); }
td.TdClassName
{
border-color: #56968E;
}
.TagClassName
{
border-color: #56968E;
}
</style>