Shades of Finn #5D454E
Tints of Finn #5D454E
RGB
CMYK
RGB Variations
Color information
#5D454E (or 0x5D454E) is known color: Finn. HEX triplet: 5D, 45 and 4E. RGB value is (93,69,78). Sum of RGB (Red+Green+Blue) = 93+69+78=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 93 - color contains mainly: red. Hex color #5D454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D454E is #A2BAB1. Grayscale: #4D4D4D. Windows color (decimal): -10664626 or 5129565. OLE color: 5129565.
HSL color Cylindrical-coordinate representation of color #5D454E: hue angle of 337.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D454E is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 78 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.64 |
| HSL | 337.5º | 0.15% | 0.32% | - |
| HSV(B) | 337.5º | 0.26% | 0.36% | - |
| XYZ | 8.02 | 7.13 | 8.16 | - |
| YUV | 77.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 78 | 0 | 0.26 | 0.16 | 0.64 | 337.5 | 0.15 | 0.32 |
| Hex | 5D | 45 | 4E | 0 | 1A | 10 | 40 | 152 | F | 20 |
| Octal | 135 | 105 | 116 | 0 | 32 | 20 | 100 | 522 | 17 | 40 |
| Binary | 1011101 | 1000101 | 1001110 | 0 | 11010 | 10000 | 1000000 | 101010010 | 1111 | 100000 |
Color Harmonies of #5D454E
Complementary color
Monochromatic Colors of #5D454E
Black with #5D454E
Text Example
Text Example
White with #5D454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D454E; }
p { color: rgb(93,69,78); }
H1.HeaderClassName
{
color: #5D454E;
}
.AnyTagClassName
{
color: #5D454E;
}
</style>
background-color css
<style>
a { background-color: #5D454E; }
a { background-color: rgb(93,69,78); }
div.DivClassName
{
background-color: #5D454E;
}
.BgClassName
{
background-color: #5D454E;
}
</style>
border-color css
<style>
span { border-color: #5D454E; }
span { border-color: rgb(93,69,78); }
td.TdClassName
{
border-color: #5D454E;
}
.TagClassName
{
border-color: #5D454E;
}
</style>