Shades of Keppel #55A493
Tints of Keppel #55A493
RGB
CMYK
RGB Variations
Color information
#55A493 (or 0x55A493) is known color: Keppel. HEX triplet: 55, A4 and 93. RGB value is (85,164,147). Sum of RGB (Red+Green+Blue) = 85+164+147=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #55A493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A493 is #AA5B6C. Grayscale: #8A8A8A. Windows color (decimal): -11164525 or 9675861. OLE color: 9675861.
HSL color Cylindrical-coordinate representation of color #55A493: hue angle of 167.09º 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 #55A493 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 147 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.36 |
| HSL | 167.09º | 0.32% | 0.49% | - |
| HSV(B) | 167.09º | 0.48% | 0.64% | - |
| XYZ | 22.29 | 30.59 | 32.33 | - |
| YUV | 138.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 147 | 0.48 | 0 | 0.10 | 0.36 | 167.09 | 0.32 | 0.49 |
| Hex | 55 | A4 | 93 | 30 | 0 | A | 24 | A7 | 20 | 31 |
| Octal | 125 | 244 | 223 | 60 | 0 | 12 | 44 | 247 | 40 | 61 |
| Binary | 1010101 | 10100100 | 10010011 | 110000 | 0 | 1010 | 100100 | 10100111 | 100000 | 110001 |
Color Harmonies of #55A493
Complementary color
Monochromatic Colors of #55A493
Black with #55A493
Text Example
Text Example
White with #55A493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A493; }
p { color: rgb(85,164,147); }
H1.HeaderClassName
{
color: #55A493;
}
.AnyTagClassName
{
color: #55A493;
}
</style>
background-color css
<style>
a { background-color: #55A493; }
a { background-color: rgb(85,164,147); }
div.DivClassName
{
background-color: #55A493;
}
.BgClassName
{
background-color: #55A493;
}
</style>
border-color css
<style>
span { border-color: #55A493; }
span { border-color: rgb(85,164,147); }
td.TdClassName
{
border-color: #55A493;
}
.TagClassName
{
border-color: #55A493;
}
</style>