Shades of Jazz #5D393D
Tints of Jazz #5D393D
RGB
CMYK
RGB Variations
Color information
#5D393D (or 0x5D393D) is known color: Jazz. HEX triplet: 5D, 39 and 3D. RGB value is (93,57,61). Sum of RGB (Red+Green+Blue) = 93+57+61=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D393D is #A2C6C2. Grayscale: #444444. Windows color (decimal): -10667715 or 4012381. OLE color: 4012381.
HSL color Cylindrical-coordinate representation of color #5D393D: hue angle of 353.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D393D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 57 | 61 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.64 |
| HSL | 353.33º | 0.24% | 0.29% | - |
| HSV(B) | 353.33º | 0.39% | 0.36% | - |
| XYZ | 6.82 | 5.59 | 5.13 | - |
| YUV | 68.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 61 | 0 | 0.39 | 0.34 | 0.64 | 353.33 | 0.24 | 0.29 |
| Hex | 5D | 39 | 3D | 0 | 27 | 22 | 40 | 161 | 18 | 1D |
| Octal | 135 | 71 | 75 | 0 | 47 | 42 | 100 | 541 | 30 | 35 |
| Binary | 1011101 | 111001 | 111101 | 0 | 100111 | 100010 | 1000000 | 101100001 | 11000 | 11101 |
Color Harmonies of #5D393D
Complementary color
Monochromatic Colors of #5D393D
Black with #5D393D
Text Example
Text Example
White with #5D393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D393D; }
p { color: rgb(93,57,61); }
H1.HeaderClassName
{
color: #5D393D;
}
.AnyTagClassName
{
color: #5D393D;
}
</style>
background-color css
<style>
a { background-color: #5D393D; }
a { background-color: rgb(93,57,61); }
div.DivClassName
{
background-color: #5D393D;
}
.BgClassName
{
background-color: #5D393D;
}
</style>
border-color css
<style>
span { border-color: #5D393D; }
span { border-color: rgb(93,57,61); }
td.TdClassName
{
border-color: #5D393D;
}
.TagClassName
{
border-color: #5D393D;
}
</style>