Shades of Half Baked #56908E
Tints of Half Baked #56908E
RGB
CMYK
RGB Variations
Color information
#56908E (or 0x56908E) is known color: Half Baked. HEX triplet: 56, 90 and 8E. RGB value is (86,144,142). Sum of RGB (Red+Green+Blue) = 86+144+142=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #56908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56908E is #A96F71. Grayscale: #7E7E7E. Windows color (decimal): -11104114 or 9343062. OLE color: 9343062.
HSL color Cylindrical-coordinate representation of color #56908E: hue angle of 177.93º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56908E is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 144 | 142 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.44 |
| HSL | 177.93º | 0.25% | 0.45% | - |
| HSV(B) | 177.93º | 0.4% | 0.56% | - |
| XYZ | 18.69 | 23.88 | 29.21 | - |
| YUV | 126.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 144 | 142 | 0.40 | 0 | 0.01 | 0.44 | 177.93 | 0.25 | 0.45 |
| Hex | 56 | 90 | 8E | 28 | 0 | 1 | 2C | B2 | 19 | 2D |
| Octal | 126 | 220 | 216 | 50 | 0 | 1 | 54 | 262 | 31 | 55 |
| Binary | 1010110 | 10010000 | 10001110 | 101000 | 0 | 1 | 101100 | 10110010 | 11001 | 101101 |
Color Harmonies of #56908E
Complementary color
Monochromatic Colors of #56908E
Black with #56908E
Text Example
Text Example
White with #56908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56908E; }
p { color: rgb(86,144,142); }
H1.HeaderClassName
{
color: #56908E;
}
.AnyTagClassName
{
color: #56908E;
}
</style>
background-color css
<style>
a { background-color: #56908E; }
a { background-color: rgb(86,144,142); }
div.DivClassName
{
background-color: #56908E;
}
.BgClassName
{
background-color: #56908E;
}
</style>
border-color css
<style>
span { border-color: #56908E; }
span { border-color: rgb(86,144,142); }
td.TdClassName
{
border-color: #56908E;
}
.TagClassName
{
border-color: #56908E;
}
</style>