Shades of Jazz #5B3639
Tints of Jazz #5B3639
RGB
CMYK
RGB Variations
Color information
#5B3639 (or 0x5B3639) is known color: Jazz. HEX triplet: 5B, 36 and 39. RGB value is (91,54,57). Sum of RGB (Red+Green+Blue) = 91+54+57=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3639 is #A4C9C6. Grayscale: #414141. Windows color (decimal): -10799559 or 3749467. OLE color: 3749467.
HSL color Cylindrical-coordinate representation of color #5B3639: hue angle of 355.14º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B3639 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 57 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.64 |
| HSL | 355.14º | 0.26% | 0.28% | - |
| HSV(B) | 355.14º | 0.41% | 0.36% | - |
| XYZ | 6.37 | 5.16 | 4.53 | - |
| YUV | 65.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 57 | 0 | 0.41 | 0.37 | 0.64 | 355.14 | 0.26 | 0.28 |
| Hex | 5B | 36 | 39 | 0 | 29 | 25 | 40 | 163 | 1A | 1C |
| Octal | 133 | 66 | 71 | 0 | 51 | 45 | 100 | 543 | 32 | 34 |
| Binary | 1011011 | 110110 | 111001 | 0 | 101001 | 100101 | 1000000 | 101100011 | 11010 | 11100 |
Color Harmonies of #5B3639
Complementary color
Monochromatic Colors of #5B3639
Black with #5B3639
Text Example
Text Example
White with #5B3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3639; }
p { color: rgb(91,54,57); }
H1.HeaderClassName
{
color: #5B3639;
}
.AnyTagClassName
{
color: #5B3639;
}
</style>
background-color css
<style>
a { background-color: #5B3639; }
a { background-color: rgb(91,54,57); }
div.DivClassName
{
background-color: #5B3639;
}
.BgClassName
{
background-color: #5B3639;
}
</style>
border-color css
<style>
span { border-color: #5B3639; }
span { border-color: rgb(91,54,57); }
td.TdClassName
{
border-color: #5B3639;
}
.TagClassName
{
border-color: #5B3639;
}
</style>