Shades of Keppel #56B296
Tints of Keppel #56B296
RGB
CMYK
RGB Variations
Color information
#56B296 (or 0x56B296) is known color: Keppel. HEX triplet: 56, B2 and 96. RGB value is (86,178,150). Sum of RGB (Red+Green+Blue) = 86+178+150=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #56B296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B296 is #A94D69. Grayscale: #939393. Windows color (decimal): -11095402 or 9876054. OLE color: 9876054.
HSL color Cylindrical-coordinate representation of color #56B296: hue angle of 161.74º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B296 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 178 | 150 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.30 |
| HSL | 161.74º | 0.37% | 0.52% | - |
| HSV(B) | 161.74º | 0.52% | 0.7% | - |
| XYZ | 25.26 | 36.02 | 34.48 | - |
| YUV | 147.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 150 | 0.52 | 0 | 0.16 | 0.30 | 161.74 | 0.37 | 0.52 |
| Hex | 56 | B2 | 96 | 34 | 0 | 10 | 1E | A2 | 25 | 34 |
| Octal | 126 | 262 | 226 | 64 | 0 | 20 | 36 | 242 | 45 | 64 |
| Binary | 1010110 | 10110010 | 10010110 | 110100 | 0 | 10000 | 11110 | 10100010 | 100101 | 110100 |
Color Harmonies of #56B296
Complementary color
Monochromatic Colors of #56B296
Black with #56B296
Text Example
Text Example
White with #56B296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B296; }
p { color: rgb(86,178,150); }
H1.HeaderClassName
{
color: #56B296;
}
.AnyTagClassName
{
color: #56B296;
}
</style>
background-color css
<style>
a { background-color: #56B296; }
a { background-color: rgb(86,178,150); }
div.DivClassName
{
background-color: #56B296;
}
.BgClassName
{
background-color: #56B296;
}
</style>
border-color css
<style>
span { border-color: #56B296; }
span { border-color: rgb(86,178,150); }
td.TdClassName
{
border-color: #56B296;
}
.TagClassName
{
border-color: #56B296;
}
</style>