Shades of Keppel #52B097
Tints of Keppel #52B097
RGB
CMYK
RGB Variations
Color information
#52B097 (or 0x52B097) is known color: Keppel. HEX triplet: 52, B0 and 97. RGB value is (82,176,151). Sum of RGB (Red+Green+Blue) = 82+176+151=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #52B097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B097 is #AD4F68. Grayscale: #919191. Windows color (decimal): -11358057 or 9941074. OLE color: 9941074.
HSL color Cylindrical-coordinate representation of color #52B097: hue angle of 164.04º degrees, saturation: 0.37, 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 #52B097 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 176 | 151 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.31 |
| HSL | 164.04º | 0.37% | 0.51% | - |
| HSV(B) | 164.04º | 0.53% | 0.69% | - |
| XYZ | 24.59 | 35.08 | 34.75 | - |
| YUV | 145.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 151 | 0.53 | 0 | 0.14 | 0.31 | 164.04 | 0.37 | 0.51 |
| Hex | 52 | B0 | 97 | 35 | 0 | E | 1F | A4 | 25 | 33 |
| Octal | 122 | 260 | 227 | 65 | 0 | 16 | 37 | 244 | 45 | 63 |
| Binary | 1010010 | 10110000 | 10010111 | 110101 | 0 | 1110 | 11111 | 10100100 | 100101 | 110011 |
Color Harmonies of #52B097
Complementary color
Monochromatic Colors of #52B097
Black with #52B097
Text Example
Text Example
White with #52B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B097; }
p { color: rgb(82,176,151); }
H1.HeaderClassName
{
color: #52B097;
}
.AnyTagClassName
{
color: #52B097;
}
</style>
background-color css
<style>
a { background-color: #52B097; }
a { background-color: rgb(82,176,151); }
div.DivClassName
{
background-color: #52B097;
}
.BgClassName
{
background-color: #52B097;
}
</style>
border-color css
<style>
span { border-color: #52B097; }
span { border-color: rgb(82,176,151); }
td.TdClassName
{
border-color: #52B097;
}
.TagClassName
{
border-color: #52B097;
}
</style>