Shades of Keppel #5FA892
Tints of Keppel #5FA892
RGB
CMYK
RGB Variations
Color information
#5FA892 (or 0x5FA892) is known color: Keppel. HEX triplet: 5F, A8 and 92. RGB value is (95,168,146). Sum of RGB (Red+Green+Blue) = 95+168+146=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA892 is #A0576D. Grayscale: #8F8F8F. Windows color (decimal): -10508142 or 9611359. OLE color: 9611359.
HSL color Cylindrical-coordinate representation of color #5FA892: hue angle of 161.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA892 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 146 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.34 |
| HSL | 161.92º | 0.3% | 0.52% | - |
| HSV(B) | 161.92º | 0.43% | 0.66% | - |
| XYZ | 23.91 | 32.51 | 32.21 | - |
| YUV | 143.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 146 | 0.43 | 0 | 0.13 | 0.34 | 161.92 | 0.3 | 0.52 |
| Hex | 5F | A8 | 92 | 2B | 0 | D | 22 | A2 | 1E | 34 |
| Octal | 137 | 250 | 222 | 53 | 0 | 15 | 42 | 242 | 36 | 64 |
| Binary | 1011111 | 10101000 | 10010010 | 101011 | 0 | 1101 | 100010 | 10100010 | 11110 | 110100 |
Color Harmonies of #5FA892
Complementary color
Monochromatic Colors of #5FA892
Black with #5FA892
Text Example
Text Example
White with #5FA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA892; }
p { color: rgb(95,168,146); }
H1.HeaderClassName
{
color: #5FA892;
}
.AnyTagClassName
{
color: #5FA892;
}
</style>
background-color css
<style>
a { background-color: #5FA892; }
a { background-color: rgb(95,168,146); }
div.DivClassName
{
background-color: #5FA892;
}
.BgClassName
{
background-color: #5FA892;
}
</style>
border-color css
<style>
span { border-color: #5FA892; }
span { border-color: rgb(95,168,146); }
td.TdClassName
{
border-color: #5FA892;
}
.TagClassName
{
border-color: #5FA892;
}
</style>