Shades of Half Baked #56938F
Tints of Half Baked #56938F
RGB
CMYK
RGB Variations
Color information
#56938F (or 0x56938F) is known color: Half Baked. HEX triplet: 56, 93 and 8F. RGB value is (86,147,143). Sum of RGB (Red+Green+Blue) = 86+147+143=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #56938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56938F is #A96C70. Grayscale: #808080. Windows color (decimal): -11103345 or 9409366. OLE color: 9409366.
HSL color Cylindrical-coordinate representation of color #56938F: hue angle of 176.07º 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 #56938F is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 147 | 143 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.42 |
| HSL | 176.07º | 0.26% | 0.46% | - |
| HSV(B) | 176.07º | 0.41% | 0.58% | - |
| XYZ | 19.23 | 24.83 | 29.77 | - |
| YUV | 128.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 147 | 143 | 0.41 | 0 | 0.03 | 0.42 | 176.07 | 0.26 | 0.46 |
| Hex | 56 | 93 | 8F | 29 | 0 | 3 | 2A | B0 | 1A | 2E |
| Octal | 126 | 223 | 217 | 51 | 0 | 3 | 52 | 260 | 32 | 56 |
| Binary | 1010110 | 10010011 | 10001111 | 101001 | 0 | 11 | 101010 | 10110000 | 11010 | 101110 |
Color Harmonies of #56938F
Complementary color
Monochromatic Colors of #56938F
Black with #56938F
Text Example
Text Example
White with #56938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56938F; }
p { color: rgb(86,147,143); }
H1.HeaderClassName
{
color: #56938F;
}
.AnyTagClassName
{
color: #56938F;
}
</style>
background-color css
<style>
a { background-color: #56938F; }
a { background-color: rgb(86,147,143); }
div.DivClassName
{
background-color: #56938F;
}
.BgClassName
{
background-color: #56938F;
}
</style>
border-color css
<style>
span { border-color: #56938F; }
span { border-color: rgb(86,147,143); }
td.TdClassName
{
border-color: #56938F;
}
.TagClassName
{
border-color: #56938F;
}
</style>