Shades of Jazz #5E3639
Tints of Jazz #5E3639
RGB
CMYK
RGB Variations
Color information
#5E3639 (or 0x5E3639) is known color: Jazz. HEX triplet: 5E, 36 and 39. RGB value is (94,54,57). Sum of RGB (Red+Green+Blue) = 94+54+57=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3639 is #A1C9C6. Grayscale: #424242. Windows color (decimal): -10602951 or 3749470. OLE color: 3749470.
HSL color Cylindrical-coordinate representation of color #5E3639: hue angle of 355.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E3639 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 54 | 57 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.63 |
| HSL | 355.5º | 0.27% | 0.29% | - |
| HSV(B) | 355.5º | 0.43% | 0.37% | - |
| XYZ | 6.67 | 5.31 | 4.54 | - |
| YUV | 66.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 57 | 0 | 0.43 | 0.39 | 0.63 | 355.5 | 0.27 | 0.29 |
| Hex | 5E | 36 | 39 | 0 | 2B | 27 | 3F | 164 | 1B | 1D |
| Octal | 136 | 66 | 71 | 0 | 53 | 47 | 77 | 544 | 33 | 35 |
| Binary | 1011110 | 110110 | 111001 | 0 | 101011 | 100111 | 111111 | 101100100 | 11011 | 11101 |
Color Harmonies of #5E3639
Complementary color
Monochromatic Colors of #5E3639
Black with #5E3639
Text Example
Text Example
White with #5E3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3639; }
p { color: rgb(94,54,57); }
H1.HeaderClassName
{
color: #5E3639;
}
.AnyTagClassName
{
color: #5E3639;
}
</style>
background-color css
<style>
a { background-color: #5E3639; }
a { background-color: rgb(94,54,57); }
div.DivClassName
{
background-color: #5E3639;
}
.BgClassName
{
background-color: #5E3639;
}
</style>
border-color css
<style>
span { border-color: #5E3639; }
span { border-color: rgb(94,54,57); }
td.TdClassName
{
border-color: #5E3639;
}
.TagClassName
{
border-color: #5E3639;
}
</style>