Shades of Don Juan #5C4F53
Tints of Don Juan #5C4F53
RGB
CMYK
RGB Variations
Color information
#5C4F53 (or 0x5C4F53) is known color: Don Juan. HEX triplet: 5C, 4F and 53. RGB value is (92,79,83). Sum of RGB (Red+Green+Blue) = 92+79+83=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4F53 is #A3B0AC. Grayscale: #535353. Windows color (decimal): -10727597 or 5459804. OLE color: 5459804.
HSL color Cylindrical-coordinate representation of color #5C4F53: hue angle of 341.54º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C4F53 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 79 | 83 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.64 |
| HSL | 341.54º | 0.08% | 0.34% | - |
| HSV(B) | 341.54º | 0.14% | 0.36% | - |
| XYZ | 8.77 | 8.49 | 9.36 | - |
| YUV | 83.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 83 | 0 | 0.14 | 0.10 | 0.64 | 341.54 | 0.08 | 0.34 |
| Hex | 5C | 4F | 53 | 0 | E | A | 40 | 156 | 8 | 22 |
| Octal | 134 | 117 | 123 | 0 | 16 | 12 | 100 | 526 | 10 | 42 |
| Binary | 1011100 | 1001111 | 1010011 | 0 | 1110 | 1010 | 1000000 | 101010110 | 1000 | 100010 |
Color Harmonies of #5C4F53
Complementary color
Monochromatic Colors of #5C4F53
Black with #5C4F53
Text Example
Text Example
White with #5C4F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4F53; }
p { color: rgb(92,79,83); }
H1.HeaderClassName
{
color: #5C4F53;
}
.AnyTagClassName
{
color: #5C4F53;
}
</style>
background-color css
<style>
a { background-color: #5C4F53; }
a { background-color: rgb(92,79,83); }
div.DivClassName
{
background-color: #5C4F53;
}
.BgClassName
{
background-color: #5C4F53;
}
</style>
border-color css
<style>
span { border-color: #5C4F53; }
span { border-color: rgb(92,79,83); }
td.TdClassName
{
border-color: #5C4F53;
}
.TagClassName
{
border-color: #5C4F53;
}
</style>