Shades of Keppel #5FA791
Tints of Keppel #5FA791
RGB
CMYK
RGB Variations
Color information
#5FA791 (or 0x5FA791) is known color: Keppel. HEX triplet: 5F, A7 and 91. RGB value is (95,167,145). Sum of RGB (Red+Green+Blue) = 95+167+145=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA791 is #A0586E. Grayscale: #8E8E8E. Windows color (decimal): -10508399 or 9545567. OLE color: 9545567.
HSL color Cylindrical-coordinate representation of color #5FA791: hue angle of 161.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 #5FA791 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 167 | 145 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.35 |
| HSL | 161.67º | 0.29% | 0.51% | - |
| HSV(B) | 161.67º | 0.43% | 0.65% | - |
| XYZ | 23.65 | 32.11 | 31.74 | - |
| YUV | 142.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 167 | 145 | 0.43 | 0 | 0.13 | 0.35 | 161.67 | 0.29 | 0.51 |
| Hex | 5F | A7 | 91 | 2B | 0 | D | 23 | A2 | 1D | 33 |
| Octal | 137 | 247 | 221 | 53 | 0 | 15 | 43 | 242 | 35 | 63 |
| Binary | 1011111 | 10100111 | 10010001 | 101011 | 0 | 1101 | 100011 | 10100010 | 11101 | 110011 |
Color Harmonies of #5FA791
Complementary color
Monochromatic Colors of #5FA791
Black with #5FA791
Text Example
Text Example
White with #5FA791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA791; }
p { color: rgb(95,167,145); }
H1.HeaderClassName
{
color: #5FA791;
}
.AnyTagClassName
{
color: #5FA791;
}
</style>
background-color css
<style>
a { background-color: #5FA791; }
a { background-color: rgb(95,167,145); }
div.DivClassName
{
background-color: #5FA791;
}
.BgClassName
{
background-color: #5FA791;
}
</style>
border-color css
<style>
span { border-color: #5FA791; }
span { border-color: rgb(95,167,145); }
td.TdClassName
{
border-color: #5FA791;
}
.TagClassName
{
border-color: #5FA791;
}
</style>