Shades of Half Baked #56938D
Tints of Half Baked #56938D
RGB
CMYK
RGB Variations
Color information
#56938D (or 0x56938D) is known color: Half Baked. HEX triplet: 56, 93 and 8D. RGB value is (86,147,141). Sum of RGB (Red+Green+Blue) = 86+147+141=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #56938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56938D is #A96C72. Grayscale: #808080. Windows color (decimal): -11103347 or 9278294. OLE color: 9278294.
HSL color Cylindrical-coordinate representation of color #56938D: hue angle of 174.1º 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 #56938D is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 147 | 141 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.42 |
| HSL | 174.1º | 0.26% | 0.46% | - |
| HSV(B) | 174.1º | 0.41% | 0.58% | - |
| XYZ | 19.08 | 24.77 | 28.97 | - |
| YUV | 128.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 147 | 141 | 0.41 | 0 | 0.04 | 0.42 | 174.1 | 0.26 | 0.46 |
| Hex | 56 | 93 | 8D | 29 | 0 | 4 | 2A | AE | 1A | 2E |
| Octal | 126 | 223 | 215 | 51 | 0 | 4 | 52 | 256 | 32 | 56 |
| Binary | 1010110 | 10010011 | 10001101 | 101001 | 0 | 100 | 101010 | 10101110 | 11010 | 101110 |
Color Harmonies of #56938D
Complementary color
Monochromatic Colors of #56938D
Black with #56938D
Text Example
Text Example
White with #56938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56938D; }
p { color: rgb(86,147,141); }
H1.HeaderClassName
{
color: #56938D;
}
.AnyTagClassName
{
color: #56938D;
}
</style>
background-color css
<style>
a { background-color: #56938D; }
a { background-color: rgb(86,147,141); }
div.DivClassName
{
background-color: #56938D;
}
.BgClassName
{
background-color: #56938D;
}
</style>
border-color css
<style>
span { border-color: #56938D; }
span { border-color: rgb(86,147,141); }
td.TdClassName
{
border-color: #56938D;
}
.TagClassName
{
border-color: #56938D;
}
</style>