Shades of Keppel #5FA797
Tints of Keppel #5FA797
RGB
CMYK
RGB Variations
Color information
#5FA797 (or 0x5FA797) is known color: Keppel. HEX triplet: 5F, A7 and 97. RGB value is (95,167,151). Sum of RGB (Red+Green+Blue) = 95+167+151=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA797 is #A05868. Grayscale: #8F8F8F. Windows color (decimal): -10508393 or 9938783. OLE color: 9938783.
HSL color Cylindrical-coordinate representation of color #5FA797: hue angle of 166.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA797 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 167 | 151 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.35 |
| HSL | 166.67º | 0.29% | 0.51% | - |
| HSV(B) | 166.67º | 0.43% | 0.65% | - |
| XYZ | 24.12 | 32.3 | 34.24 | - |
| YUV | 143.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 167 | 151 | 0.43 | 0 | 0.10 | 0.35 | 166.67 | 0.29 | 0.51 |
| Hex | 5F | A7 | 97 | 2B | 0 | A | 23 | A7 | 1D | 33 |
| Octal | 137 | 247 | 227 | 53 | 0 | 12 | 43 | 247 | 35 | 63 |
| Binary | 1011111 | 10100111 | 10010111 | 101011 | 0 | 1010 | 100011 | 10100111 | 11101 | 110011 |
Color Harmonies of #5FA797
Complementary color
Monochromatic Colors of #5FA797
Black with #5FA797
Text Example
Text Example
White with #5FA797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA797; }
p { color: rgb(95,167,151); }
H1.HeaderClassName
{
color: #5FA797;
}
.AnyTagClassName
{
color: #5FA797;
}
</style>
background-color css
<style>
a { background-color: #5FA797; }
a { background-color: rgb(95,167,151); }
div.DivClassName
{
background-color: #5FA797;
}
.BgClassName
{
background-color: #5FA797;
}
</style>
border-color css
<style>
span { border-color: #5FA797; }
span { border-color: rgb(95,167,151); }
td.TdClassName
{
border-color: #5FA797;
}
.TagClassName
{
border-color: #5FA797;
}
</style>