Shades of Finn #5F4552
Tints of Finn #5F4552
RGB
CMYK
RGB Variations
Color information
#5F4552 (or 0x5F4552) is known color: Finn. HEX triplet: 5F, 45 and 52. RGB value is (95,69,82). Sum of RGB (Red+Green+Blue) = 95+69+82=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4552 is #A0BAAD. Grayscale: #4E4E4E. Windows color (decimal): -10533550 or 5391711. OLE color: 5391711.
HSL color Cylindrical-coordinate representation of color #5F4552: hue angle of 330º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F4552 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 69 | 82 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.63 |
| HSL | 330º | 0.16% | 0.32% | - |
| HSV(B) | 330º | 0.27% | 0.37% | - |
| XYZ | 8.37 | 7.3 | 8.95 | - |
| YUV | 78.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 82 | 0 | 0.27 | 0.14 | 0.63 | 330 | 0.16 | 0.32 |
| Hex | 5F | 45 | 52 | 0 | 1B | E | 3F | 14A | 10 | 20 |
| Octal | 137 | 105 | 122 | 0 | 33 | 16 | 77 | 512 | 20 | 40 |
| Binary | 1011111 | 1000101 | 1010010 | 0 | 11011 | 1110 | 111111 | 101001010 | 10000 | 100000 |
Color Harmonies of #5F4552
Complementary color
Monochromatic Colors of #5F4552
Black with #5F4552
Text Example
Text Example
White with #5F4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4552; }
p { color: rgb(95,69,82); }
H1.HeaderClassName
{
color: #5F4552;
}
.AnyTagClassName
{
color: #5F4552;
}
</style>
background-color css
<style>
a { background-color: #5F4552; }
a { background-color: rgb(95,69,82); }
div.DivClassName
{
background-color: #5F4552;
}
.BgClassName
{
background-color: #5F4552;
}
</style>
border-color css
<style>
span { border-color: #5F4552; }
span { border-color: rgb(95,69,82); }
td.TdClassName
{
border-color: #5F4552;
}
.TagClassName
{
border-color: #5F4552;
}
</style>