Shades of Keppel #55B292
Tints of Keppel #55B292
RGB
CMYK
RGB Variations
Color information
#55B292 (or 0x55B292) is known color: Keppel. HEX triplet: 55, B2 and 92. RGB value is (85,178,146). Sum of RGB (Red+Green+Blue) = 85+178+146=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #55B292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B292 is #AA4D6D. Grayscale: #929292. Windows color (decimal): -11160942 or 9613909. OLE color: 9613909.
HSL color Cylindrical-coordinate representation of color #55B292: hue angle of 159.35º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B292 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 146 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.30 |
| HSL | 159.35º | 0.38% | 0.52% | - |
| HSV(B) | 159.35º | 0.52% | 0.7% | - |
| XYZ | 24.86 | 35.85 | 32.8 | - |
| YUV | 146.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 146 | 0.52 | 0 | 0.18 | 0.30 | 159.35 | 0.38 | 0.52 |
| Hex | 55 | B2 | 92 | 34 | 0 | 12 | 1E | 9F | 26 | 34 |
| Octal | 125 | 262 | 222 | 64 | 0 | 22 | 36 | 237 | 46 | 64 |
| Binary | 1010101 | 10110010 | 10010010 | 110100 | 0 | 10010 | 11110 | 10011111 | 100110 | 110100 |
Color Harmonies of #55B292
Complementary color
Monochromatic Colors of #55B292
Black with #55B292
Text Example
Text Example
White with #55B292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B292; }
p { color: rgb(85,178,146); }
H1.HeaderClassName
{
color: #55B292;
}
.AnyTagClassName
{
color: #55B292;
}
</style>
background-color css
<style>
a { background-color: #55B292; }
a { background-color: rgb(85,178,146); }
div.DivClassName
{
background-color: #55B292;
}
.BgClassName
{
background-color: #55B292;
}
</style>
border-color css
<style>
span { border-color: #55B292; }
span { border-color: rgb(85,178,146); }
td.TdClassName
{
border-color: #55B292;
}
.TagClassName
{
border-color: #55B292;
}
</style>