Shades of Jazz #5C393D
Tints of Jazz #5C393D
RGB
CMYK
RGB Variations
Color information
#5C393D (or 0x5C393D) is known color: Jazz. HEX triplet: 5C, 39 and 3D. RGB value is (92,57,61). Sum of RGB (Red+Green+Blue) = 92+57+61=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C393D is #A3C6C2. Grayscale: #434343. Windows color (decimal): -10733251 or 4012380. OLE color: 4012380.
HSL color Cylindrical-coordinate representation of color #5C393D: hue angle of 353.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C393D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 57 | 61 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.64 |
| HSL | 353.14º | 0.23% | 0.29% | - |
| HSV(B) | 353.14º | 0.38% | 0.36% | - |
| XYZ | 6.72 | 5.54 | 5.13 | - |
| YUV | 67.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 61 | 0 | 0.38 | 0.34 | 0.64 | 353.14 | 0.23 | 0.29 |
| Hex | 5C | 39 | 3D | 0 | 26 | 22 | 40 | 161 | 17 | 1D |
| Octal | 134 | 71 | 75 | 0 | 46 | 42 | 100 | 541 | 27 | 35 |
| Binary | 1011100 | 111001 | 111101 | 0 | 100110 | 100010 | 1000000 | 101100001 | 10111 | 11101 |
Color Harmonies of #5C393D
Complementary color
Monochromatic Colors of #5C393D
Black with #5C393D
Text Example
Text Example
White with #5C393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C393D; }
p { color: rgb(92,57,61); }
H1.HeaderClassName
{
color: #5C393D;
}
.AnyTagClassName
{
color: #5C393D;
}
</style>
background-color css
<style>
a { background-color: #5C393D; }
a { background-color: rgb(92,57,61); }
div.DivClassName
{
background-color: #5C393D;
}
.BgClassName
{
background-color: #5C393D;
}
</style>
border-color css
<style>
span { border-color: #5C393D; }
span { border-color: rgb(92,57,61); }
td.TdClassName
{
border-color: #5C393D;
}
.TagClassName
{
border-color: #5C393D;
}
</style>