Shades of Jazz #5E373A
Tints of Jazz #5E373A
RGB
CMYK
RGB Variations
Color information
#5E373A (or 0x5E373A) is known color: Jazz. HEX triplet: 5E, 37 and 3A. RGB value is (94,55,58). Sum of RGB (Red+Green+Blue) = 94+55+58=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E373A is #A1C8C5. Grayscale: #434343. Windows color (decimal): -10602694 or 3815262. OLE color: 3815262.
HSL color Cylindrical-coordinate representation of color #5E373A: hue angle of 355.38º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E373A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 55 | 58 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.63 |
| HSL | 355.38º | 0.26% | 0.29% | - |
| HSV(B) | 355.38º | 0.41% | 0.37% | - |
| XYZ | 6.75 | 5.42 | 4.69 | - |
| YUV | 67 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 58 | 0 | 0.41 | 0.38 | 0.63 | 355.38 | 0.26 | 0.29 |
| Hex | 5E | 37 | 3A | 0 | 29 | 26 | 3F | 163 | 1A | 1D |
| Octal | 136 | 67 | 72 | 0 | 51 | 46 | 77 | 543 | 32 | 35 |
| Binary | 1011110 | 110111 | 111010 | 0 | 101001 | 100110 | 111111 | 101100011 | 11010 | 11101 |
Color Harmonies of #5E373A
Complementary color
Monochromatic Colors of #5E373A
Black with #5E373A
Text Example
Text Example
White with #5E373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E373A; }
p { color: rgb(94,55,58); }
H1.HeaderClassName
{
color: #5E373A;
}
.AnyTagClassName
{
color: #5E373A;
}
</style>
background-color css
<style>
a { background-color: #5E373A; }
a { background-color: rgb(94,55,58); }
div.DivClassName
{
background-color: #5E373A;
}
.BgClassName
{
background-color: #5E373A;
}
</style>
border-color css
<style>
span { border-color: #5E373A; }
span { border-color: rgb(94,55,58); }
td.TdClassName
{
border-color: #5E373A;
}
.TagClassName
{
border-color: #5E373A;
}
</style>