Shades of Don Juan #5E474B
Tints of Don Juan #5E474B
RGB
CMYK
RGB Variations
Color information
#5E474B (or 0x5E474B) is known color: Don Juan. HEX triplet: 5E, 47 and 4B. RGB value is (94,71,75). Sum of RGB (Red+Green+Blue) = 94+71+75=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 94 - color contains mainly: red. Hex color #5E474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E474B is #A1B8B4. Grayscale: #4E4E4E. Windows color (decimal): -10598581 or 4933470. OLE color: 4933470.
HSL color Cylindrical-coordinate representation of color #5E474B: hue angle of 349.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E474B is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 71 | 75 | - |
CMYK | 0 | 0.24 | 0.20 | 0.63 |
HSL | 349.57º | 0.14% | 0.32% | - |
HSV(B) | 349.57º | 0.24% | 0.37% | - |
XYZ | 8.14 | 7.39 | 7.65 | - |
YUV | 78.33 | 126.12 | 139.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 71 | 75 | 0 | 0.24 | 0.20 | 0.63 | 349.57 | 0.14 | 0.32 |
Hex | 5E | 47 | 4B | 0 | 18 | 14 | 3F | 15E | E | 20 |
Octal | 136 | 107 | 113 | 0 | 30 | 24 | 77 | 536 | 16 | 40 |
Binary | 1011110 | 1000111 | 1001011 | 0 | 11000 | 10100 | 111111 | 101011110 | 1110 | 100000 |
Color Harmonies of #5E474B
Complementary color
Monochromatic Colors of #5E474B
Black with #5E474B
Text Example
Text Example
White with #5E474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E474B; }
p { color: rgb(94,71,75); }
H1.HeaderClassName
{
color: #5E474B;
}
.AnyTagClassName
{
color: #5E474B;
}
</style>
background-color css
<style>
a { background-color: #5E474B; }
a { background-color: rgb(94,71,75); }
div.DivClassName
{
background-color: #5E474B;
}
.BgClassName
{
background-color: #5E474B;
}
</style>
border-color css
<style>
span { border-color: #5E474B; }
span { border-color: rgb(94,71,75); }
td.TdClassName
{
border-color: #5E474B;
}
.TagClassName
{
border-color: #5E474B;
}
</style>