Shades of Keppel #55AC92
Tints of Keppel #55AC92
RGB
CMYK
RGB Variations
Color information
#55AC92 (or 0x55AC92) is known color: Keppel. HEX triplet: 55, AC and 92. RGB value is (85,172,146). Sum of RGB (Red+Green+Blue) = 85+172+146=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC92 is #AA536D. Grayscale: #8F8F8F. Windows color (decimal): -11162478 or 9612373. OLE color: 9612373.
HSL color Cylindrical-coordinate representation of color #55AC92: hue angle of 162.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AC92 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 146 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.33 |
| HSL | 162.07º | 0.34% | 0.5% | - |
| HSV(B) | 162.07º | 0.51% | 0.67% | - |
| XYZ | 23.69 | 33.51 | 32.41 | - |
| YUV | 143.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 146 | 0.51 | 0 | 0.15 | 0.33 | 162.07 | 0.34 | 0.5 |
| Hex | 55 | AC | 92 | 33 | 0 | F | 21 | A2 | 22 | 32 |
| Octal | 125 | 254 | 222 | 63 | 0 | 17 | 41 | 242 | 42 | 62 |
| Binary | 1010101 | 10101100 | 10010010 | 110011 | 0 | 1111 | 100001 | 10100010 | 100010 | 110010 |
Color Harmonies of #55AC92
Complementary color
Monochromatic Colors of #55AC92
Black with #55AC92
Text Example
Text Example
White with #55AC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC92; }
p { color: rgb(85,172,146); }
H1.HeaderClassName
{
color: #55AC92;
}
.AnyTagClassName
{
color: #55AC92;
}
</style>
background-color css
<style>
a { background-color: #55AC92; }
a { background-color: rgb(85,172,146); }
div.DivClassName
{
background-color: #55AC92;
}
.BgClassName
{
background-color: #55AC92;
}
</style>
border-color css
<style>
span { border-color: #55AC92; }
span { border-color: rgb(85,172,146); }
td.TdClassName
{
border-color: #55AC92;
}
.TagClassName
{
border-color: #55AC92;
}
</style>