Shades of Jazz #5B393C
Tints of Jazz #5B393C
RGB
CMYK
RGB Variations
Color information
#5B393C (or 0x5B393C) is known color: Jazz. HEX triplet: 5B, 39 and 3C. RGB value is (91,57,60). Sum of RGB (Red+Green+Blue) = 91+57+60=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B393C is #A4C6C3. Grayscale: #434343. Windows color (decimal): -10798788 or 3946843. OLE color: 3946843.
HSL color Cylindrical-coordinate representation of color #5B393C: hue angle of 354.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B393C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 60 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.64 |
| HSL | 354.71º | 0.23% | 0.29% | - |
| HSV(B) | 354.71º | 0.37% | 0.36% | - |
| XYZ | 6.59 | 5.48 | 4.98 | - |
| YUV | 67.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 60 | 0 | 0.37 | 0.34 | 0.64 | 354.71 | 0.23 | 0.29 |
| Hex | 5B | 39 | 3C | 0 | 25 | 22 | 40 | 163 | 17 | 1D |
| Octal | 133 | 71 | 74 | 0 | 45 | 42 | 100 | 543 | 27 | 35 |
| Binary | 1011011 | 111001 | 111100 | 0 | 100101 | 100010 | 1000000 | 101100011 | 10111 | 11101 |
Color Harmonies of #5B393C
Complementary color
Monochromatic Colors of #5B393C
Black with #5B393C
Text Example
Text Example
White with #5B393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B393C; }
p { color: rgb(91,57,60); }
H1.HeaderClassName
{
color: #5B393C;
}
.AnyTagClassName
{
color: #5B393C;
}
</style>
background-color css
<style>
a { background-color: #5B393C; }
a { background-color: rgb(91,57,60); }
div.DivClassName
{
background-color: #5B393C;
}
.BgClassName
{
background-color: #5B393C;
}
</style>
border-color css
<style>
span { border-color: #5B393C; }
span { border-color: rgb(91,57,60); }
td.TdClassName
{
border-color: #5B393C;
}
.TagClassName
{
border-color: #5B393C;
}
</style>