Shades of Keppel #55A495
Tints of Keppel #55A495
RGB
CMYK
RGB Variations
Color information
#55A495 (or 0x55A495) is known color: Keppel. HEX triplet: 55, A4 and 95. RGB value is (85,164,149). Sum of RGB (Red+Green+Blue) = 85+164+149=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #55A495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A495 is #AA5B6A. Grayscale: #8A8A8A. Windows color (decimal): -11164523 or 9806933. OLE color: 9806933.
HSL color Cylindrical-coordinate representation of color #55A495: hue angle of 168.61º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A495 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 149 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.36 |
| HSL | 168.61º | 0.32% | 0.49% | - |
| HSV(B) | 168.61º | 0.48% | 0.64% | - |
| XYZ | 22.45 | 30.65 | 33.17 | - |
| YUV | 138.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 149 | 0.48 | 0 | 0.09 | 0.36 | 168.61 | 0.32 | 0.49 |
| Hex | 55 | A4 | 95 | 30 | 0 | 9 | 24 | A9 | 20 | 31 |
| Octal | 125 | 244 | 225 | 60 | 0 | 11 | 44 | 251 | 40 | 61 |
| Binary | 1010101 | 10100100 | 10010101 | 110000 | 0 | 1001 | 100100 | 10101001 | 100000 | 110001 |
Color Harmonies of #55A495
Complementary color
Monochromatic Colors of #55A495
Black with #55A495
Text Example
Text Example
White with #55A495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A495; }
p { color: rgb(85,164,149); }
H1.HeaderClassName
{
color: #55A495;
}
.AnyTagClassName
{
color: #55A495;
}
</style>
background-color css
<style>
a { background-color: #55A495; }
a { background-color: rgb(85,164,149); }
div.DivClassName
{
background-color: #55A495;
}
.BgClassName
{
background-color: #55A495;
}
</style>
border-color css
<style>
span { border-color: #55A495; }
span { border-color: rgb(85,164,149); }
td.TdClassName
{
border-color: #55A495;
}
.TagClassName
{
border-color: #55A495;
}
</style>