Shades of Finn #5D424E
Tints of Finn #5D424E
RGB
CMYK
RGB Variations
Color information
#5D424E (or 0x5D424E) is known color: Finn. HEX triplet: 5D, 42 and 4E. RGB value is (93,66,78). Sum of RGB (Red+Green+Blue) = 93+66+78=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 93 - color contains mainly: red. Hex color #5D424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D424E is #A2BDB1. Grayscale: #4B4B4B. Windows color (decimal): -10665394 or 5128797. OLE color: 5128797.
HSL color Cylindrical-coordinate representation of color #5D424E: hue angle of 333.33º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D424E is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 78 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.64 |
| HSL | 333.33º | 0.17% | 0.31% | - |
| HSV(B) | 333.33º | 0.29% | 0.36% | - |
| XYZ | 7.84 | 6.77 | 8.1 | - |
| YUV | 75.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 78 | 0 | 0.29 | 0.16 | 0.64 | 333.33 | 0.17 | 0.31 |
| Hex | 5D | 42 | 4E | 0 | 1D | 10 | 40 | 14D | 11 | 1F |
| Octal | 135 | 102 | 116 | 0 | 35 | 20 | 100 | 515 | 21 | 37 |
| Binary | 1011101 | 1000010 | 1001110 | 0 | 11101 | 10000 | 1000000 | 101001101 | 10001 | 11111 |
Color Harmonies of #5D424E
Complementary color
Monochromatic Colors of #5D424E
Black with #5D424E
Text Example
Text Example
White with #5D424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D424E; }
p { color: rgb(93,66,78); }
H1.HeaderClassName
{
color: #5D424E;
}
.AnyTagClassName
{
color: #5D424E;
}
</style>
background-color css
<style>
a { background-color: #5D424E; }
a { background-color: rgb(93,66,78); }
div.DivClassName
{
background-color: #5D424E;
}
.BgClassName
{
background-color: #5D424E;
}
</style>
border-color css
<style>
span { border-color: #5D424E; }
span { border-color: rgb(93,66,78); }
td.TdClassName
{
border-color: #5D424E;
}
.TagClassName
{
border-color: #5D424E;
}
</style>