Shades of Jazz #5B3235
Tints of Jazz #5B3235
RGB
CMYK
RGB Variations
Color information
#5B3235 (or 0x5B3235) is known color: Jazz. HEX triplet: 5B, 32 and 35. RGB value is (91,50,53). Sum of RGB (Red+Green+Blue) = 91+50+53=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3235 is #A4CDCA. Grayscale: #3E3E3E. Windows color (decimal): -10800587 or 3486299. OLE color: 3486299.
HSL color Cylindrical-coordinate representation of color #5B3235: hue angle of 355.61º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B3235 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 50 | 53 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.64 |
| HSL | 355.61º | 0.29% | 0.28% | - |
| HSV(B) | 355.61º | 0.45% | 0.36% | - |
| XYZ | 6.1 | 4.76 | 3.97 | - |
| YUV | 62.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 53 | 0 | 0.45 | 0.42 | 0.64 | 355.61 | 0.29 | 0.28 |
| Hex | 5B | 32 | 35 | 0 | 2D | 2A | 40 | 164 | 1D | 1C |
| Octal | 133 | 62 | 65 | 0 | 55 | 52 | 100 | 544 | 35 | 34 |
| Binary | 1011011 | 110010 | 110101 | 0 | 101101 | 101010 | 1000000 | 101100100 | 11101 | 11100 |
Color Harmonies of #5B3235
Complementary color
Monochromatic Colors of #5B3235
Black with #5B3235
Text Example
Text Example
White with #5B3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3235; }
p { color: rgb(91,50,53); }
H1.HeaderClassName
{
color: #5B3235;
}
.AnyTagClassName
{
color: #5B3235;
}
</style>
background-color css
<style>
a { background-color: #5B3235; }
a { background-color: rgb(91,50,53); }
div.DivClassName
{
background-color: #5B3235;
}
.BgClassName
{
background-color: #5B3235;
}
</style>
border-color css
<style>
span { border-color: #5B3235; }
span { border-color: rgb(91,50,53); }
td.TdClassName
{
border-color: #5B3235;
}
.TagClassName
{
border-color: #5B3235;
}
</style>