Shades of Jazz #5C2E32
Tints of Jazz #5C2E32
RGB
CMYK
RGB Variations
Color information
#5C2E32 (or 0x5C2E32) is known color: Jazz. HEX triplet: 5C, 2E and 32. RGB value is (92,46,50). Sum of RGB (Red+Green+Blue) = 92+46+50=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2E32 is #A3D1CD. Grayscale: #3C3C3C. Windows color (decimal): -10736078 or 3288668. OLE color: 3288668.
HSL color Cylindrical-coordinate representation of color #5C2E32: hue angle of 354.78º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C2E32 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 46 | 50 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.64 |
| HSL | 354.78º | 0.33% | 0.27% | - |
| HSV(B) | 354.78º | 0.5% | 0.36% | - |
| XYZ | 5.97 | 4.46 | 3.56 | - |
| YUV | 60.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 50 | 0 | 0.50 | 0.46 | 0.64 | 354.78 | 0.33 | 0.27 |
| Hex | 5C | 2E | 32 | 0 | 32 | 2E | 40 | 163 | 21 | 1B |
| Octal | 134 | 56 | 62 | 0 | 62 | 56 | 100 | 543 | 41 | 33 |
| Binary | 1011100 | 101110 | 110010 | 0 | 110010 | 101110 | 1000000 | 101100011 | 100001 | 11011 |
Color Harmonies of #5C2E32
Complementary color
Monochromatic Colors of #5C2E32
Black with #5C2E32
Text Example
Text Example
White with #5C2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E32; }
p { color: rgb(92,46,50); }
H1.HeaderClassName
{
color: #5C2E32;
}
.AnyTagClassName
{
color: #5C2E32;
}
</style>
background-color css
<style>
a { background-color: #5C2E32; }
a { background-color: rgb(92,46,50); }
div.DivClassName
{
background-color: #5C2E32;
}
.BgClassName
{
background-color: #5C2E32;
}
</style>
border-color css
<style>
span { border-color: #5C2E32; }
span { border-color: rgb(92,46,50); }
td.TdClassName
{
border-color: #5C2E32;
}
.TagClassName
{
border-color: #5C2E32;
}
</style>