Shades of Jazz #5B3032
Tints of Jazz #5B3032
RGB
CMYK
RGB Variations
Color information
#5B3032 (or 0x5B3032) is known color: Jazz. HEX triplet: 5B, 30 and 32. RGB value is (91,48,50). Sum of RGB (Red+Green+Blue) = 91+48+50=189 (25% of max value = 765). Red value is 91 (35.94% from 255 or 48.15% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3032 is #A4CFCD. Grayscale: #3D3D3D. Windows color (decimal): -10801102 or 3289179. OLE color: 3289179.
HSL color Cylindrical-coordinate representation of color #5B3032: hue angle of 357.21º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B3032 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 48 | 50 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.64 |
| HSL | 357.21º | 0.31% | 0.27% | - |
| HSV(B) | 357.21º | 0.47% | 0.36% | - |
| XYZ | 5.95 | 4.57 | 3.59 | - |
| YUV | 61.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 48 | 50 | 0 | 0.47 | 0.45 | 0.64 | 357.21 | 0.31 | 0.27 |
| Hex | 5B | 30 | 32 | 0 | 2F | 2D | 40 | 165 | 1F | 1B |
| Octal | 133 | 60 | 62 | 0 | 57 | 55 | 100 | 545 | 37 | 33 |
| Binary | 1011011 | 110000 | 110010 | 0 | 101111 | 101101 | 1000000 | 101100101 | 11111 | 11011 |
Color Harmonies of #5B3032
Complementary color
Monochromatic Colors of #5B3032
Black with #5B3032
Text Example
Text Example
White with #5B3032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3032; }
p { color: rgb(91,48,50); }
H1.HeaderClassName
{
color: #5B3032;
}
.AnyTagClassName
{
color: #5B3032;
}
</style>
background-color css
<style>
a { background-color: #5B3032; }
a { background-color: rgb(91,48,50); }
div.DivClassName
{
background-color: #5B3032;
}
.BgClassName
{
background-color: #5B3032;
}
</style>
border-color css
<style>
span { border-color: #5B3032; }
span { border-color: rgb(91,48,50); }
td.TdClassName
{
border-color: #5B3032;
}
.TagClassName
{
border-color: #5B3032;
}
</style>