Shades of Keppel #55A393
Tints of Keppel #55A393
RGB
CMYK
RGB Variations
Color information
#55A393 (or 0x55A393) is known color: Keppel. HEX triplet: 55, A3 and 93. RGB value is (85,163,147). Sum of RGB (Red+Green+Blue) = 85+163+147=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #55A393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A393 is #AA5C6C. Grayscale: #898989. Windows color (decimal): -11164781 or 9675605. OLE color: 9675605.
HSL color Cylindrical-coordinate representation of color #55A393: hue angle of 167.69º degrees, saturation: 0.31, 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 #55A393 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 147 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.36 |
| HSL | 167.69º | 0.31% | 0.49% | - |
| HSV(B) | 167.69º | 0.48% | 0.64% | - |
| XYZ | 22.11 | 30.23 | 32.27 | - |
| YUV | 137.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 147 | 0.48 | 0 | 0.10 | 0.36 | 167.69 | 0.31 | 0.49 |
| Hex | 55 | A3 | 93 | 30 | 0 | A | 24 | A8 | 1F | 31 |
| Octal | 125 | 243 | 223 | 60 | 0 | 12 | 44 | 250 | 37 | 61 |
| Binary | 1010101 | 10100011 | 10010011 | 110000 | 0 | 1010 | 100100 | 10101000 | 11111 | 110001 |
Color Harmonies of #55A393
Complementary color
Monochromatic Colors of #55A393
Black with #55A393
Text Example
Text Example
White with #55A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A393; }
p { color: rgb(85,163,147); }
H1.HeaderClassName
{
color: #55A393;
}
.AnyTagClassName
{
color: #55A393;
}
</style>
background-color css
<style>
a { background-color: #55A393; }
a { background-color: rgb(85,163,147); }
div.DivClassName
{
background-color: #55A393;
}
.BgClassName
{
background-color: #55A393;
}
</style>
border-color css
<style>
span { border-color: #55A393; }
span { border-color: rgb(85,163,147); }
td.TdClassName
{
border-color: #55A393;
}
.TagClassName
{
border-color: #55A393;
}
</style>