Shades of Jazz #5C2E34
Tints of Jazz #5C2E34
RGB
CMYK
RGB Variations
Color information
#5C2E34 (or 0x5C2E34) is known color: Jazz. HEX triplet: 5C, 2E and 34. RGB value is (92,46,52). Sum of RGB (Red+Green+Blue) = 92+46+52=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2E34 is #A3D1CB. Grayscale: #3C3C3C. Windows color (decimal): -10736076 or 3419740. OLE color: 3419740.
HSL color Cylindrical-coordinate representation of color #5C2E34: hue angle of 352.17º 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 #5C2E34 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 46 | 52 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.64 |
| HSL | 352.17º | 0.33% | 0.27% | - |
| HSV(B) | 352.17º | 0.5% | 0.36% | - |
| XYZ | 6.01 | 4.48 | 3.8 | - |
| YUV | 60.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 52 | 0 | 0.50 | 0.43 | 0.64 | 352.17 | 0.33 | 0.27 |
| Hex | 5C | 2E | 34 | 0 | 32 | 2B | 40 | 160 | 21 | 1B |
| Octal | 134 | 56 | 64 | 0 | 62 | 53 | 100 | 540 | 41 | 33 |
| Binary | 1011100 | 101110 | 110100 | 0 | 110010 | 101011 | 1000000 | 101100000 | 100001 | 11011 |
Color Harmonies of #5C2E34
Complementary color
Monochromatic Colors of #5C2E34
Black with #5C2E34
Text Example
Text Example
White with #5C2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E34; }
p { color: rgb(92,46,52); }
H1.HeaderClassName
{
color: #5C2E34;
}
.AnyTagClassName
{
color: #5C2E34;
}
</style>
background-color css
<style>
a { background-color: #5C2E34; }
a { background-color: rgb(92,46,52); }
div.DivClassName
{
background-color: #5C2E34;
}
.BgClassName
{
background-color: #5C2E34;
}
</style>
border-color css
<style>
span { border-color: #5C2E34; }
span { border-color: rgb(92,46,52); }
td.TdClassName
{
border-color: #5C2E34;
}
.TagClassName
{
border-color: #5C2E34;
}
</style>