Shades of Tawny Port #5B424C
Tints of Tawny Port #5B424C
RGB
CMYK
RGB Variations
Color information
#5B424C (or 0x5B424C) is known color: Tawny Port. HEX triplet: 5B, 42 and 4C. RGB value is (91,66,76). Sum of RGB (Red+Green+Blue) = 91+66+76=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 91 - color contains mainly: red. Hex color #5B424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B424C is #A4BDB3. Grayscale: #4A4A4A. Windows color (decimal): -10796468 or 4997723. OLE color: 4997723.
HSL color Cylindrical-coordinate representation of color #5B424C: hue angle of 336º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B424C is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 76 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.64 |
| HSL | 336º | 0.16% | 0.31% | - |
| HSV(B) | 336º | 0.27% | 0.36% | - |
| XYZ | 7.57 | 6.64 | 7.72 | - |
| YUV | 74.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 76 | 0 | 0.27 | 0.16 | 0.64 | 336 | 0.16 | 0.31 |
| Hex | 5B | 42 | 4C | 0 | 1B | 10 | 40 | 150 | 10 | 1F |
| Octal | 133 | 102 | 114 | 0 | 33 | 20 | 100 | 520 | 20 | 37 |
| Binary | 1011011 | 1000010 | 1001100 | 0 | 11011 | 10000 | 1000000 | 101010000 | 10000 | 11111 |
Color Harmonies of #5B424C
Complementary color
Monochromatic Colors of #5B424C
Black with #5B424C
Text Example
Text Example
White with #5B424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B424C; }
p { color: rgb(91,66,76); }
H1.HeaderClassName
{
color: #5B424C;
}
.AnyTagClassName
{
color: #5B424C;
}
</style>
background-color css
<style>
a { background-color: #5B424C; }
a { background-color: rgb(91,66,76); }
div.DivClassName
{
background-color: #5B424C;
}
.BgClassName
{
background-color: #5B424C;
}
</style>
border-color css
<style>
span { border-color: #5B424C; }
span { border-color: rgb(91,66,76); }
td.TdClassName
{
border-color: #5B424C;
}
.TagClassName
{
border-color: #5B424C;
}
</style>