Shades of Tawny Port #5D454C
Tints of Tawny Port #5D454C
RGB
CMYK
RGB Variations
Color information
#5D454C (or 0x5D454C) is known color: Tawny Port. HEX triplet: 5D, 45 and 4C. RGB value is (93,69,76). Sum of RGB (Red+Green+Blue) = 93+69+76=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 93 - color contains mainly: red. Hex color #5D454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D454C is #A2BAB3. Grayscale: #4C4C4C. Windows color (decimal): -10664628 or 4998493. OLE color: 4998493.
HSL color Cylindrical-coordinate representation of color #5D454C: hue angle of 342.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 #5D454C is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 76 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.64 |
| HSL | 342.5º | 0.15% | 0.32% | - |
| HSV(B) | 342.5º | 0.26% | 0.36% | - |
| XYZ | 7.95 | 7.11 | 7.79 | - |
| YUV | 76.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 76 | 0 | 0.26 | 0.18 | 0.64 | 342.5 | 0.15 | 0.32 |
| Hex | 5D | 45 | 4C | 0 | 1A | 12 | 40 | 156 | F | 20 |
| Octal | 135 | 105 | 114 | 0 | 32 | 22 | 100 | 526 | 17 | 40 |
| Binary | 1011101 | 1000101 | 1001100 | 0 | 11010 | 10010 | 1000000 | 101010110 | 1111 | 100000 |
Color Harmonies of #5D454C
Complementary color
Monochromatic Colors of #5D454C
Black with #5D454C
Text Example
Text Example
White with #5D454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D454C; }
p { color: rgb(93,69,76); }
H1.HeaderClassName
{
color: #5D454C;
}
.AnyTagClassName
{
color: #5D454C;
}
</style>
background-color css
<style>
a { background-color: #5D454C; }
a { background-color: rgb(93,69,76); }
div.DivClassName
{
background-color: #5D454C;
}
.BgClassName
{
background-color: #5D454C;
}
</style>
border-color css
<style>
span { border-color: #5D454C; }
span { border-color: rgb(93,69,76); }
td.TdClassName
{
border-color: #5D454C;
}
.TagClassName
{
border-color: #5D454C;
}
</style>