Shades of Keppel #55B192
Tints of Keppel #55B192
RGB
CMYK
RGB Variations
Color information
#55B192 (or 0x55B192) is known color: Keppel. HEX triplet: 55, B1 and 92. RGB value is (85,177,146). Sum of RGB (Red+Green+Blue) = 85+177+146=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #55B192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B192 is #AA4E6D. Grayscale: #919191. Windows color (decimal): -11161198 or 9613653. OLE color: 9613653.
HSL color Cylindrical-coordinate representation of color #55B192: hue angle of 159.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B192 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 146 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.31 |
| HSL | 159.78º | 0.37% | 0.51% | - |
| HSV(B) | 159.78º | 0.52% | 0.69% | - |
| XYZ | 24.66 | 35.45 | 32.74 | - |
| YUV | 145.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 146 | 0.52 | 0 | 0.18 | 0.31 | 159.78 | 0.37 | 0.51 |
| Hex | 55 | B1 | 92 | 34 | 0 | 12 | 1F | A0 | 25 | 33 |
| Octal | 125 | 261 | 222 | 64 | 0 | 22 | 37 | 240 | 45 | 63 |
| Binary | 1010101 | 10110001 | 10010010 | 110100 | 0 | 10010 | 11111 | 10100000 | 100101 | 110011 |
Color Harmonies of #55B192
Complementary color
Monochromatic Colors of #55B192
Black with #55B192
Text Example
Text Example
White with #55B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B192; }
p { color: rgb(85,177,146); }
H1.HeaderClassName
{
color: #55B192;
}
.AnyTagClassName
{
color: #55B192;
}
</style>
background-color css
<style>
a { background-color: #55B192; }
a { background-color: rgb(85,177,146); }
div.DivClassName
{
background-color: #55B192;
}
.BgClassName
{
background-color: #55B192;
}
</style>
border-color css
<style>
span { border-color: #55B192; }
span { border-color: rgb(85,177,146); }
td.TdClassName
{
border-color: #55B192;
}
.TagClassName
{
border-color: #55B192;
}
</style>