Shades of Don Juan #5E5354
Tints of Don Juan #5E5354
RGB
CMYK
RGB Variations
Color information
#5E5354 (or 0x5E5354) is known color: Don Juan. HEX triplet: 5E, 53 and 54. RGB value is (94,83,84). Sum of RGB (Red+Green+Blue) = 94+83+84=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5354 is #A1ACAB. Grayscale: #565656. Windows color (decimal): -10595500 or 5526366. OLE color: 5526366.
HSL color Cylindrical-coordinate representation of color #5E5354: hue angle of 354.55º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5E5354 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 83 | 84 | - |
CMYK | 0 | 0.12 | 0.11 | 0.63 |
HSL | 354.55º | 0.06% | 0.35% | - |
HSV(B) | 354.55º | 0.12% | 0.37% | - |
XYZ | 9.31 | 9.21 | 9.67 | - |
YUV | 86.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 83 | 84 | 0 | 0.12 | 0.11 | 0.63 | 354.55 | 0.06 | 0.35 |
Hex | 5E | 53 | 54 | 0 | C | B | 3F | 163 | 6 | 23 |
Octal | 136 | 123 | 124 | 0 | 14 | 13 | 77 | 543 | 6 | 43 |
Binary | 1011110 | 1010011 | 1010100 | 0 | 1100 | 1011 | 111111 | 101100011 | 110 | 100011 |
Color Harmonies of #5E5354
Complementary color
Monochromatic Colors of #5E5354
Black with #5E5354
Text Example
Text Example
White with #5E5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5354; }
p { color: rgb(94,83,84); }
H1.HeaderClassName
{
color: #5E5354;
}
.AnyTagClassName
{
color: #5E5354;
}
</style>
background-color css
<style>
a { background-color: #5E5354; }
a { background-color: rgb(94,83,84); }
div.DivClassName
{
background-color: #5E5354;
}
.BgClassName
{
background-color: #5E5354;
}
</style>
border-color css
<style>
span { border-color: #5E5354; }
span { border-color: rgb(94,83,84); }
td.TdClassName
{
border-color: #5E5354;
}
.TagClassName
{
border-color: #5E5354;
}
</style>