Shades of Jazz #5B3439
Tints of Jazz #5B3439
RGB
CMYK
RGB Variations
Color information
#5B3439 (or 0x5B3439) is known color: Jazz. HEX triplet: 5B, 34 and 39. RGB value is (91,52,57). Sum of RGB (Red+Green+Blue) = 91+52+57=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3439 is #A4CBC6. Grayscale: #404040. Windows color (decimal): -10800071 or 3748955. OLE color: 3748955.
HSL color Cylindrical-coordinate representation of color #5B3439: hue angle of 352.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B3439 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 57 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.64 |
| HSL | 352.31º | 0.27% | 0.28% | - |
| HSV(B) | 352.31º | 0.43% | 0.36% | - |
| XYZ | 6.28 | 4.98 | 4.5 | - |
| YUV | 64.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 57 | 0 | 0.43 | 0.37 | 0.64 | 352.31 | 0.27 | 0.28 |
| Hex | 5B | 34 | 39 | 0 | 2B | 25 | 40 | 160 | 1B | 1C |
| Octal | 133 | 64 | 71 | 0 | 53 | 45 | 100 | 540 | 33 | 34 |
| Binary | 1011011 | 110100 | 111001 | 0 | 101011 | 100101 | 1000000 | 101100000 | 11011 | 11100 |
Color Harmonies of #5B3439
Complementary color
Monochromatic Colors of #5B3439
Black with #5B3439
Text Example
Text Example
White with #5B3439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3439; }
p { color: rgb(91,52,57); }
H1.HeaderClassName
{
color: #5B3439;
}
.AnyTagClassName
{
color: #5B3439;
}
</style>
background-color css
<style>
a { background-color: #5B3439; }
a { background-color: rgb(91,52,57); }
div.DivClassName
{
background-color: #5B3439;
}
.BgClassName
{
background-color: #5B3439;
}
</style>
border-color css
<style>
span { border-color: #5B3439; }
span { border-color: rgb(91,52,57); }
td.TdClassName
{
border-color: #5B3439;
}
.TagClassName
{
border-color: #5B3439;
}
</style>