Shades of Finn #5F4D54
Tints of Finn #5F4D54
RGB
CMYK
RGB Variations
Color information
#5F4D54 (or 0x5F4D54) is known color: Finn. HEX triplet: 5F, 4D and 54. RGB value is (95,77,84). Sum of RGB (Red+Green+Blue) = 95+77+84=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4D54 is #A0B2AB. Grayscale: #535353. Windows color (decimal): -10531500 or 5524831. OLE color: 5524831.
HSL color Cylindrical-coordinate representation of color #5F4D54: hue angle of 336.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F4D54 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 77 | 84 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.63 |
| HSL | 336.67º | 0.1% | 0.34% | - |
| HSV(B) | 336.67º | 0.19% | 0.37% | - |
| XYZ | 8.97 | 8.38 | 9.53 | - |
| YUV | 83.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 77 | 84 | 0 | 0.19 | 0.12 | 0.63 | 336.67 | 0.1 | 0.34 |
| Hex | 5F | 4D | 54 | 0 | 13 | C | 3F | 151 | A | 22 |
| Octal | 137 | 115 | 124 | 0 | 23 | 14 | 77 | 521 | 12 | 42 |
| Binary | 1011111 | 1001101 | 1010100 | 0 | 10011 | 1100 | 111111 | 101010001 | 1010 | 100010 |
Color Harmonies of #5F4D54
Complementary color
Monochromatic Colors of #5F4D54
Black with #5F4D54
Text Example
Text Example
White with #5F4D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4D54; }
p { color: rgb(95,77,84); }
H1.HeaderClassName
{
color: #5F4D54;
}
.AnyTagClassName
{
color: #5F4D54;
}
</style>
background-color css
<style>
a { background-color: #5F4D54; }
a { background-color: rgb(95,77,84); }
div.DivClassName
{
background-color: #5F4D54;
}
.BgClassName
{
background-color: #5F4D54;
}
</style>
border-color css
<style>
span { border-color: #5F4D54; }
span { border-color: rgb(95,77,84); }
td.TdClassName
{
border-color: #5F4D54;
}
.TagClassName
{
border-color: #5F4D54;
}
</style>