Shades of Keppel #55AD92
Tints of Keppel #55AD92
RGB
CMYK
RGB Variations
Color information
#55AD92 (or 0x55AD92) is known color: Keppel. HEX triplet: 55, AD and 92. RGB value is (85,173,146). Sum of RGB (Red+Green+Blue) = 85+173+146=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD92 is #AA526D. Grayscale: #8F8F8F. Windows color (decimal): -11162222 or 9612629. OLE color: 9612629.
HSL color Cylindrical-coordinate representation of color #55AD92: hue angle of 161.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD92 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 146 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.32 |
| HSL | 161.59º | 0.35% | 0.51% | - |
| HSV(B) | 161.59º | 0.51% | 0.68% | - |
| XYZ | 23.88 | 33.89 | 32.48 | - |
| YUV | 143.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 146 | 0.51 | 0 | 0.16 | 0.32 | 161.59 | 0.35 | 0.51 |
| Hex | 55 | AD | 92 | 33 | 0 | 10 | 20 | A2 | 23 | 33 |
| Octal | 125 | 255 | 222 | 63 | 0 | 20 | 40 | 242 | 43 | 63 |
| Binary | 1010101 | 10101101 | 10010010 | 110011 | 0 | 10000 | 100000 | 10100010 | 100011 | 110011 |
Color Harmonies of #55AD92
Complementary color
Monochromatic Colors of #55AD92
Black with #55AD92
Text Example
Text Example
White with #55AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD92; }
p { color: rgb(85,173,146); }
H1.HeaderClassName
{
color: #55AD92;
}
.AnyTagClassName
{
color: #55AD92;
}
</style>
background-color css
<style>
a { background-color: #55AD92; }
a { background-color: rgb(85,173,146); }
div.DivClassName
{
background-color: #55AD92;
}
.BgClassName
{
background-color: #55AD92;
}
</style>
border-color css
<style>
span { border-color: #55AD92; }
span { border-color: rgb(85,173,146); }
td.TdClassName
{
border-color: #55AD92;
}
.TagClassName
{
border-color: #55AD92;
}
</style>