Shades of Keppel #56B28D
Tints of Keppel #56B28D
RGB
CMYK
RGB Variations
Color information
#56B28D (or 0x56B28D) is known color: Keppel. HEX triplet: 56, B2 and 8D. RGB value is (86,178,141). Sum of RGB (Red+Green+Blue) = 86+178+141=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #56B28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B28D is #A94D72. Grayscale: #929292. Windows color (decimal): -11095411 or 9286230. OLE color: 9286230.
HSL color Cylindrical-coordinate representation of color #56B28D: hue angle of 155.87º 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 #56B28D is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 178 | 141 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.30 |
| HSL | 155.87º | 0.37% | 0.52% | - |
| HSV(B) | 155.87º | 0.52% | 0.7% | - |
| XYZ | 24.57 | 35.74 | 30.8 | - |
| YUV | 146.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 141 | 0.52 | 0 | 0.21 | 0.30 | 155.87 | 0.37 | 0.52 |
| Hex | 56 | B2 | 8D | 34 | 0 | 15 | 1E | 9C | 25 | 34 |
| Octal | 126 | 262 | 215 | 64 | 0 | 25 | 36 | 234 | 45 | 64 |
| Binary | 1010110 | 10110010 | 10001101 | 110100 | 0 | 10101 | 11110 | 10011100 | 100101 | 110100 |
Color Harmonies of #56B28D
Complementary color
Monochromatic Colors of #56B28D
Black with #56B28D
Text Example
Text Example
White with #56B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B28D; }
p { color: rgb(86,178,141); }
H1.HeaderClassName
{
color: #56B28D;
}
.AnyTagClassName
{
color: #56B28D;
}
</style>
background-color css
<style>
a { background-color: #56B28D; }
a { background-color: rgb(86,178,141); }
div.DivClassName
{
background-color: #56B28D;
}
.BgClassName
{
background-color: #56B28D;
}
</style>
border-color css
<style>
span { border-color: #56B28D; }
span { border-color: rgb(86,178,141); }
td.TdClassName
{
border-color: #56B28D;
}
.TagClassName
{
border-color: #56B28D;
}
</style>