Shades of Keppel #53B192
Tints of Keppel #53B192
RGB
CMYK
RGB Variations
Color information
#53B192 (or 0x53B192) is known color: Keppel. HEX triplet: 53, B1 and 92. RGB value is (83,177,146). Sum of RGB (Red+Green+Blue) = 83+177+146=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #53B192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B192 is #AC4E6D. Grayscale: #919191. Windows color (decimal): -11292270 or 9613651. OLE color: 9613651.
HSL color Cylindrical-coordinate representation of color #53B192: hue angle of 160.21º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B192 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 146 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.31 |
| HSL | 160.21º | 0.38% | 0.51% | - |
| HSV(B) | 160.21º | 0.53% | 0.69% | - |
| XYZ | 24.48 | 35.36 | 32.73 | - |
| YUV | 145.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 146 | 0.53 | 0 | 0.18 | 0.31 | 160.21 | 0.38 | 0.51 |
| Hex | 53 | B1 | 92 | 35 | 0 | 12 | 1F | A0 | 26 | 33 |
| Octal | 123 | 261 | 222 | 65 | 0 | 22 | 37 | 240 | 46 | 63 |
| Binary | 1010011 | 10110001 | 10010010 | 110101 | 0 | 10010 | 11111 | 10100000 | 100110 | 110011 |
Color Harmonies of #53B192
Complementary color
Monochromatic Colors of #53B192
Black with #53B192
Text Example
Text Example
White with #53B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B192; }
p { color: rgb(83,177,146); }
H1.HeaderClassName
{
color: #53B192;
}
.AnyTagClassName
{
color: #53B192;
}
</style>
background-color css
<style>
a { background-color: #53B192; }
a { background-color: rgb(83,177,146); }
div.DivClassName
{
background-color: #53B192;
}
.BgClassName
{
background-color: #53B192;
}
</style>
border-color css
<style>
span { border-color: #53B192; }
span { border-color: rgb(83,177,146); }
td.TdClassName
{
border-color: #53B192;
}
.TagClassName
{
border-color: #53B192;
}
</style>