Shades of Half Baked #56838A
Tints of Half Baked #56838A
RGB
CMYK
RGB Variations
Color information
#56838A (or 0x56838A) is known color: Half Baked. HEX triplet: 56, 83 and 8A. RGB value is (86,131,138). Sum of RGB (Red+Green+Blue) = 86+131+138=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #56838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56838A is #A97C75. Grayscale: #767676. Windows color (decimal): -11107446 or 9077590. OLE color: 9077590.
HSL color Cylindrical-coordinate representation of color #56838A: hue angle of 188.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56838A is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 131 | 138 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.46 |
| HSL | 188.08º | 0.23% | 0.44% | - |
| HSV(B) | 188.08º | 0.38% | 0.54% | - |
| XYZ | 16.54 | 20.05 | 27.04 | - |
| YUV | 118.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 138 | 0.38 | 0.05 | 0 | 0.46 | 188.08 | 0.23 | 0.44 |
| Hex | 56 | 83 | 8A | 26 | 5 | 0 | 2E | BC | 17 | 2C |
| Octal | 126 | 203 | 212 | 46 | 5 | 0 | 56 | 274 | 27 | 54 |
| Binary | 1010110 | 10000011 | 10001010 | 100110 | 101 | 0 | 101110 | 10111100 | 10111 | 101100 |
Color Harmonies of #56838A
Complementary color
Monochromatic Colors of #56838A
Black with #56838A
Text Example
Text Example
White with #56838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56838A; }
p { color: rgb(86,131,138); }
H1.HeaderClassName
{
color: #56838A;
}
.AnyTagClassName
{
color: #56838A;
}
</style>
background-color css
<style>
a { background-color: #56838A; }
a { background-color: rgb(86,131,138); }
div.DivClassName
{
background-color: #56838A;
}
.BgClassName
{
background-color: #56838A;
}
</style>
border-color css
<style>
span { border-color: #56838A; }
span { border-color: rgb(86,131,138); }
td.TdClassName
{
border-color: #56838A;
}
.TagClassName
{
border-color: #56838A;
}
</style>