Shades of Half Baked #56858B
Tints of Half Baked #56858B
RGB
CMYK
RGB Variations
Color information
#56858B (or 0x56858B) is known color: Half Baked. HEX triplet: 56, 85 and 8B. RGB value is (86,133,139). Sum of RGB (Red+Green+Blue) = 86+133+139=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #56858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56858B is #A97A74. Grayscale: #777777. Windows color (decimal): -11106933 or 9143638. OLE color: 9143638.
HSL color Cylindrical-coordinate representation of color #56858B: hue angle of 186.79º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56858B is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 133 | 139 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.45 |
| HSL | 186.79º | 0.24% | 0.44% | - |
| HSV(B) | 186.79º | 0.38% | 0.55% | - |
| XYZ | 16.89 | 20.62 | 27.52 | - |
| YUV | 119.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 133 | 139 | 0.38 | 0.04 | 0 | 0.45 | 186.79 | 0.24 | 0.44 |
| Hex | 56 | 85 | 8B | 26 | 4 | 0 | 2D | BB | 18 | 2C |
| Octal | 126 | 205 | 213 | 46 | 4 | 0 | 55 | 273 | 30 | 54 |
| Binary | 1010110 | 10000101 | 10001011 | 100110 | 100 | 0 | 101101 | 10111011 | 11000 | 101100 |
Color Harmonies of #56858B
Complementary color
Monochromatic Colors of #56858B
Black with #56858B
Text Example
Text Example
White with #56858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56858B; }
p { color: rgb(86,133,139); }
H1.HeaderClassName
{
color: #56858B;
}
.AnyTagClassName
{
color: #56858B;
}
</style>
background-color css
<style>
a { background-color: #56858B; }
a { background-color: rgb(86,133,139); }
div.DivClassName
{
background-color: #56858B;
}
.BgClassName
{
background-color: #56858B;
}
</style>
border-color css
<style>
span { border-color: #56858B; }
span { border-color: rgb(86,133,139); }
td.TdClassName
{
border-color: #56858B;
}
.TagClassName
{
border-color: #56858B;
}
</style>