Shades of Tawny Port #5A444C
Tints of Tawny Port #5A444C
RGB
CMYK
RGB Variations
Color information
#5A444C (or 0x5A444C) is known color: Tawny Port. HEX triplet: 5A, 44 and 4C. RGB value is (90,68,76). Sum of RGB (Red+Green+Blue) = 90+68+76=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A444C is #A5BBB3. Grayscale: #4B4B4B. Windows color (decimal): -10861492 or 4998234. OLE color: 4998234.
HSL color Cylindrical-coordinate representation of color #5A444C: hue angle of 338.18º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A444C is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 68 | 76 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.65 |
| HSL | 338.18º | 0.14% | 0.31% | - |
| HSV(B) | 338.18º | 0.24% | 0.35% | - |
| XYZ | 7.59 | 6.83 | 7.76 | - |
| YUV | 75.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 76 | 0 | 0.24 | 0.16 | 0.65 | 338.18 | 0.14 | 0.31 |
| Hex | 5A | 44 | 4C | 0 | 18 | 10 | 41 | 152 | E | 1F |
| Octal | 132 | 104 | 114 | 0 | 30 | 20 | 101 | 522 | 16 | 37 |
| Binary | 1011010 | 1000100 | 1001100 | 0 | 11000 | 10000 | 1000001 | 101010010 | 1110 | 11111 |
Color Harmonies of #5A444C
Complementary color
Monochromatic Colors of #5A444C
Black with #5A444C
Text Example
Text Example
White with #5A444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A444C; }
p { color: rgb(90,68,76); }
H1.HeaderClassName
{
color: #5A444C;
}
.AnyTagClassName
{
color: #5A444C;
}
</style>
background-color css
<style>
a { background-color: #5A444C; }
a { background-color: rgb(90,68,76); }
div.DivClassName
{
background-color: #5A444C;
}
.BgClassName
{
background-color: #5A444C;
}
</style>
border-color css
<style>
span { border-color: #5A444C; }
span { border-color: rgb(90,68,76); }
td.TdClassName
{
border-color: #5A444C;
}
.TagClassName
{
border-color: #5A444C;
}
</style>