Shades of Keppel #53B190
Tints of Keppel #53B190
RGB
CMYK
RGB Variations
Color information
#53B190 (or 0x53B190) is known color: Keppel. HEX triplet: 53, B1 and 90. RGB value is (83,177,144). Sum of RGB (Red+Green+Blue) = 83+177+144=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #53B190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B190 is #AC4E6F. Grayscale: #919191. Windows color (decimal): -11292272 or 9482579. OLE color: 9482579.
HSL color Cylindrical-coordinate representation of color #53B190: hue angle of 158.94º 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 #53B190 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 144 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.31 |
| HSL | 158.94º | 0.38% | 0.51% | - |
| HSV(B) | 158.94º | 0.53% | 0.69% | - |
| XYZ | 24.32 | 35.3 | 31.92 | - |
| YUV | 145.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 144 | 0.53 | 0 | 0.19 | 0.31 | 158.94 | 0.38 | 0.51 |
| Hex | 53 | B1 | 90 | 35 | 0 | 13 | 1F | 9F | 26 | 33 |
| Octal | 123 | 261 | 220 | 65 | 0 | 23 | 37 | 237 | 46 | 63 |
| Binary | 1010011 | 10110001 | 10010000 | 110101 | 0 | 10011 | 11111 | 10011111 | 100110 | 110011 |
Color Harmonies of #53B190
Complementary color
Monochromatic Colors of #53B190
Black with #53B190
Text Example
Text Example
White with #53B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B190; }
p { color: rgb(83,177,144); }
H1.HeaderClassName
{
color: #53B190;
}
.AnyTagClassName
{
color: #53B190;
}
</style>
background-color css
<style>
a { background-color: #53B190; }
a { background-color: rgb(83,177,144); }
div.DivClassName
{
background-color: #53B190;
}
.BgClassName
{
background-color: #53B190;
}
</style>
border-color css
<style>
span { border-color: #53B190; }
span { border-color: rgb(83,177,144); }
td.TdClassName
{
border-color: #53B190;
}
.TagClassName
{
border-color: #53B190;
}
</style>