Shades of Don Juan #5C5253
Tints of Don Juan #5C5253
RGB
CMYK
RGB Variations
Color information
#5C5253 (or 0x5C5253) is known color: Don Juan. HEX triplet: 5C, 52 and 53. RGB value is (92,82,83). Sum of RGB (Red+Green+Blue) = 92+82+83=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5253 is #A3ADAC. Grayscale: #555555. Windows color (decimal): -10726829 or 5460572. OLE color: 5460572.
HSL color Cylindrical-coordinate representation of color #5C5253: hue angle of 354º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5253 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 83 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.64 |
| HSL | 354º | 0.06% | 0.34% | - |
| HSV(B) | 354º | 0.11% | 0.36% | - |
| XYZ | 8.99 | 8.93 | 9.43 | - |
| YUV | 85.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 83 | 0 | 0.11 | 0.10 | 0.64 | 354 | 0.06 | 0.34 |
| Hex | 5C | 52 | 53 | 0 | B | A | 40 | 162 | 6 | 22 |
| Octal | 134 | 122 | 123 | 0 | 13 | 12 | 100 | 542 | 6 | 42 |
| Binary | 1011100 | 1010010 | 1010011 | 0 | 1011 | 1010 | 1000000 | 101100010 | 110 | 100010 |
Color Harmonies of #5C5253
Complementary color
Monochromatic Colors of #5C5253
Black with #5C5253
Text Example
Text Example
White with #5C5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5253; }
p { color: rgb(92,82,83); }
H1.HeaderClassName
{
color: #5C5253;
}
.AnyTagClassName
{
color: #5C5253;
}
</style>
background-color css
<style>
a { background-color: #5C5253; }
a { background-color: rgb(92,82,83); }
div.DivClassName
{
background-color: #5C5253;
}
.BgClassName
{
background-color: #5C5253;
}
</style>
border-color css
<style>
span { border-color: #5C5253; }
span { border-color: rgb(92,82,83); }
td.TdClassName
{
border-color: #5C5253;
}
.TagClassName
{
border-color: #5C5253;
}
</style>