Shades of Keppel #55A594
Tints of Keppel #55A594
RGB
CMYK
RGB Variations
Color information
#55A594 (or 0x55A594) is known color: Keppel. HEX triplet: 55, A5 and 94. RGB value is (85,165,148). Sum of RGB (Red+Green+Blue) = 85+165+148=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #55A594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A594 is #AA5A6B. Grayscale: #8B8B8B. Windows color (decimal): -11164268 or 9741653. OLE color: 9741653.
HSL color Cylindrical-coordinate representation of color #55A594: hue angle of 167.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A594 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 165 | 148 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.35 |
| HSL | 167.25º | 0.32% | 0.49% | - |
| HSV(B) | 167.25º | 0.48% | 0.65% | - |
| XYZ | 22.55 | 30.98 | 32.81 | - |
| YUV | 139.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 165 | 148 | 0.48 | 0 | 0.10 | 0.35 | 167.25 | 0.32 | 0.49 |
| Hex | 55 | A5 | 94 | 30 | 0 | A | 23 | A7 | 20 | 31 |
| Octal | 125 | 245 | 224 | 60 | 0 | 12 | 43 | 247 | 40 | 61 |
| Binary | 1010101 | 10100101 | 10010100 | 110000 | 0 | 1010 | 100011 | 10100111 | 100000 | 110001 |
Color Harmonies of #55A594
Complementary color
Monochromatic Colors of #55A594
Black with #55A594
Text Example
Text Example
White with #55A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A594; }
p { color: rgb(85,165,148); }
H1.HeaderClassName
{
color: #55A594;
}
.AnyTagClassName
{
color: #55A594;
}
</style>
background-color css
<style>
a { background-color: #55A594; }
a { background-color: rgb(85,165,148); }
div.DivClassName
{
background-color: #55A594;
}
.BgClassName
{
background-color: #55A594;
}
</style>
border-color css
<style>
span { border-color: #55A594; }
span { border-color: rgb(85,165,148); }
td.TdClassName
{
border-color: #55A594;
}
.TagClassName
{
border-color: #55A594;
}
</style>