Shades of Keppel #5FA294
Tints of Keppel #5FA294
RGB
CMYK
RGB Variations
Color information
#5FA294 (or 0x5FA294) is known color: Keppel. HEX triplet: 5F, A2 and 94. RGB value is (95,162,148). Sum of RGB (Red+Green+Blue) = 95+162+148=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA294 is #A05D6B. Grayscale: #8C8C8C. Windows color (decimal): -10509676 or 9740895. OLE color: 9740895.
HSL color Cylindrical-coordinate representation of color #5FA294: hue angle of 167.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA294 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 148 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.36 |
| HSL | 167.46º | 0.26% | 0.5% | - |
| HSV(B) | 167.46º | 0.41% | 0.64% | - |
| XYZ | 22.98 | 30.41 | 32.68 | - |
| YUV | 140.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 148 | 0.41 | 0 | 0.09 | 0.36 | 167.46 | 0.26 | 0.5 |
| Hex | 5F | A2 | 94 | 29 | 0 | 9 | 24 | A7 | 1A | 32 |
| Octal | 137 | 242 | 224 | 51 | 0 | 11 | 44 | 247 | 32 | 62 |
| Binary | 1011111 | 10100010 | 10010100 | 101001 | 0 | 1001 | 100100 | 10100111 | 11010 | 110010 |
Color Harmonies of #5FA294
Complementary color
Monochromatic Colors of #5FA294
Black with #5FA294
Text Example
Text Example
White with #5FA294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA294; }
p { color: rgb(95,162,148); }
H1.HeaderClassName
{
color: #5FA294;
}
.AnyTagClassName
{
color: #5FA294;
}
</style>
background-color css
<style>
a { background-color: #5FA294; }
a { background-color: rgb(95,162,148); }
div.DivClassName
{
background-color: #5FA294;
}
.BgClassName
{
background-color: #5FA294;
}
</style>
border-color css
<style>
span { border-color: #5FA294; }
span { border-color: rgb(95,162,148); }
td.TdClassName
{
border-color: #5FA294;
}
.TagClassName
{
border-color: #5FA294;
}
</style>