Shades of Jazz #5B3337
Tints of Jazz #5B3337
RGB
CMYK
RGB Variations
Color information
#5B3337 (or 0x5B3337) is known color: Jazz. HEX triplet: 5B, 33 and 37. RGB value is (91,51,55). Sum of RGB (Red+Green+Blue) = 91+51+55=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3337 is #A4CCC8. Grayscale: #3F3F3F. Windows color (decimal): -10800329 or 3617627. OLE color: 3617627.
HSL color Cylindrical-coordinate representation of color #5B3337: hue angle of 354º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B3337 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 55 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.64 |
| HSL | 354º | 0.28% | 0.28% | - |
| HSV(B) | 354º | 0.44% | 0.36% | - |
| XYZ | 6.19 | 4.87 | 4.23 | - |
| YUV | 63.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 55 | 0 | 0.44 | 0.40 | 0.64 | 354 | 0.28 | 0.28 |
| Hex | 5B | 33 | 37 | 0 | 2C | 28 | 40 | 162 | 1C | 1C |
| Octal | 133 | 63 | 67 | 0 | 54 | 50 | 100 | 542 | 34 | 34 |
| Binary | 1011011 | 110011 | 110111 | 0 | 101100 | 101000 | 1000000 | 101100010 | 11100 | 11100 |
Color Harmonies of #5B3337
Complementary color
Monochromatic Colors of #5B3337
Black with #5B3337
Text Example
Text Example
White with #5B3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3337; }
p { color: rgb(91,51,55); }
H1.HeaderClassName
{
color: #5B3337;
}
.AnyTagClassName
{
color: #5B3337;
}
</style>
background-color css
<style>
a { background-color: #5B3337; }
a { background-color: rgb(91,51,55); }
div.DivClassName
{
background-color: #5B3337;
}
.BgClassName
{
background-color: #5B3337;
}
</style>
border-color css
<style>
span { border-color: #5B3337; }
span { border-color: rgb(91,51,55); }
td.TdClassName
{
border-color: #5B3337;
}
.TagClassName
{
border-color: #5B3337;
}
</style>