Shades of Jazz #5B393D
Tints of Jazz #5B393D
RGB
CMYK
RGB Variations
Color information
#5B393D (or 0x5B393D) is known color: Jazz. HEX triplet: 5B, 39 and 3D. RGB value is (91,57,61). Sum of RGB (Red+Green+Blue) = 91+57+61=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B393D is #A4C6C2. Grayscale: #434343. Windows color (decimal): -10798787 or 4012379. OLE color: 4012379.
HSL color Cylindrical-coordinate representation of color #5B393D: hue angle of 352.94º 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 #5B393D is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 61 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.64 |
| HSL | 352.94º | 0.23% | 0.29% | - |
| HSV(B) | 352.94º | 0.37% | 0.36% | - |
| XYZ | 6.62 | 5.49 | 5.13 | - |
| YUV | 67.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 61 | 0 | 0.37 | 0.33 | 0.64 | 352.94 | 0.23 | 0.29 |
| Hex | 5B | 39 | 3D | 0 | 25 | 21 | 40 | 161 | 17 | 1D |
| Octal | 133 | 71 | 75 | 0 | 45 | 41 | 100 | 541 | 27 | 35 |
| Binary | 1011011 | 111001 | 111101 | 0 | 100101 | 100001 | 1000000 | 101100001 | 10111 | 11101 |
Color Harmonies of #5B393D
Complementary color
Monochromatic Colors of #5B393D
Black with #5B393D
Text Example
Text Example
White with #5B393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B393D; }
p { color: rgb(91,57,61); }
H1.HeaderClassName
{
color: #5B393D;
}
.AnyTagClassName
{
color: #5B393D;
}
</style>
background-color css
<style>
a { background-color: #5B393D; }
a { background-color: rgb(91,57,61); }
div.DivClassName
{
background-color: #5B393D;
}
.BgClassName
{
background-color: #5B393D;
}
</style>
border-color css
<style>
span { border-color: #5B393D; }
span { border-color: rgb(91,57,61); }
td.TdClassName
{
border-color: #5B393D;
}
.TagClassName
{
border-color: #5B393D;
}
</style>