Shades of Keppel #56B099
Tints of Keppel #56B099
RGB
CMYK
RGB Variations
Color information
#56B099 (or 0x56B099) is known color: Keppel. HEX triplet: 56, B0 and 99. RGB value is (86,176,153). Sum of RGB (Red+Green+Blue) = 86+176+153=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #56B099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B099 is #A94F66. Grayscale: #929292. Windows color (decimal): -11095911 or 10072150. OLE color: 10072150.
HSL color Cylindrical-coordinate representation of color #56B099: hue angle of 164.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B099 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 176 | 153 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.31 |
| HSL | 164.67º | 0.36% | 0.51% | - |
| HSV(B) | 164.67º | 0.51% | 0.69% | - |
| XYZ | 25.11 | 35.33 | 35.63 | - |
| YUV | 146.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 176 | 153 | 0.51 | 0 | 0.13 | 0.31 | 164.67 | 0.36 | 0.51 |
| Hex | 56 | B0 | 99 | 33 | 0 | D | 1F | A5 | 24 | 33 |
| Octal | 126 | 260 | 231 | 63 | 0 | 15 | 37 | 245 | 44 | 63 |
| Binary | 1010110 | 10110000 | 10011001 | 110011 | 0 | 1101 | 11111 | 10100101 | 100100 | 110011 |
Color Harmonies of #56B099
Complementary color
Monochromatic Colors of #56B099
Black with #56B099
Text Example
Text Example
White with #56B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B099; }
p { color: rgb(86,176,153); }
H1.HeaderClassName
{
color: #56B099;
}
.AnyTagClassName
{
color: #56B099;
}
</style>
background-color css
<style>
a { background-color: #56B099; }
a { background-color: rgb(86,176,153); }
div.DivClassName
{
background-color: #56B099;
}
.BgClassName
{
background-color: #56B099;
}
</style>
border-color css
<style>
span { border-color: #56B099; }
span { border-color: rgb(86,176,153); }
td.TdClassName
{
border-color: #56B099;
}
.TagClassName
{
border-color: #56B099;
}
</style>