Shades of Keppel #53B892
Tints of Keppel #53B892
RGB
CMYK
RGB Variations
Color information
#53B892 (or 0x53B892) is known color: Keppel. HEX triplet: 53, B8 and 92. RGB value is (83,184,146). Sum of RGB (Red+Green+Blue) = 83+184+146=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 184 - color contains mainly: green. Hex color #53B892 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B892 is #AC476D. Grayscale: #959595. Windows color (decimal): -11290478 or 9615443. OLE color: 9615443.
HSL color Cylindrical-coordinate representation of color #53B892: hue angle of 157.43º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B892 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 146 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.28 |
| HSL | 157.43º | 0.42% | 0.52% | - |
| HSV(B) | 157.43º | 0.55% | 0.72% | - |
| XYZ | 25.9 | 38.2 | 33.2 | - |
| YUV | 149.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 146 | 0.55 | 0 | 0.21 | 0.28 | 157.43 | 0.42 | 0.52 |
| Hex | 53 | B8 | 92 | 37 | 0 | 15 | 1C | 9D | 2A | 34 |
| Octal | 123 | 270 | 222 | 67 | 0 | 25 | 34 | 235 | 52 | 64 |
| Binary | 1010011 | 10111000 | 10010010 | 110111 | 0 | 10101 | 11100 | 10011101 | 101010 | 110100 |
Color Harmonies of #53B892
Complementary color
Monochromatic Colors of #53B892
Black with #53B892
Text Example
Text Example
White with #53B892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B892; }
p { color: rgb(83,184,146); }
H1.HeaderClassName
{
color: #53B892;
}
.AnyTagClassName
{
color: #53B892;
}
</style>
background-color css
<style>
a { background-color: #53B892; }
a { background-color: rgb(83,184,146); }
div.DivClassName
{
background-color: #53B892;
}
.BgClassName
{
background-color: #53B892;
}
</style>
border-color css
<style>
span { border-color: #53B892; }
span { border-color: rgb(83,184,146); }
td.TdClassName
{
border-color: #53B892;
}
.TagClassName
{
border-color: #53B892;
}
</style>