Shades of Jazz #5C373A
Tints of Jazz #5C373A
RGB
CMYK
RGB Variations
Color information
#5C373A (or 0x5C373A) is known color: Jazz. HEX triplet: 5C, 37 and 3A. RGB value is (92,55,58). Sum of RGB (Red+Green+Blue) = 92+55+58=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C373A is #A3C8C5. Grayscale: #424242. Windows color (decimal): -10733766 or 3815260. OLE color: 3815260.
HSL color Cylindrical-coordinate representation of color #5C373A: hue angle of 355.14º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C373A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 55 | 58 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.64 |
| HSL | 355.14º | 0.25% | 0.29% | - |
| HSV(B) | 355.14º | 0.4% | 0.36% | - |
| XYZ | 6.54 | 5.31 | 4.68 | - |
| YUV | 66.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 58 | 0 | 0.40 | 0.37 | 0.64 | 355.14 | 0.25 | 0.29 |
| Hex | 5C | 37 | 3A | 0 | 28 | 25 | 40 | 163 | 19 | 1D |
| Octal | 134 | 67 | 72 | 0 | 50 | 45 | 100 | 543 | 31 | 35 |
| Binary | 1011100 | 110111 | 111010 | 0 | 101000 | 100101 | 1000000 | 101100011 | 11001 | 11101 |
Color Harmonies of #5C373A
Complementary color
Monochromatic Colors of #5C373A
Black with #5C373A
Text Example
Text Example
White with #5C373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C373A; }
p { color: rgb(92,55,58); }
H1.HeaderClassName
{
color: #5C373A;
}
.AnyTagClassName
{
color: #5C373A;
}
</style>
background-color css
<style>
a { background-color: #5C373A; }
a { background-color: rgb(92,55,58); }
div.DivClassName
{
background-color: #5C373A;
}
.BgClassName
{
background-color: #5C373A;
}
</style>
border-color css
<style>
span { border-color: #5C373A; }
span { border-color: rgb(92,55,58); }
td.TdClassName
{
border-color: #5C373A;
}
.TagClassName
{
border-color: #5C373A;
}
</style>