Shades of Jazz #5E383D
Tints of Jazz #5E383D
RGB
CMYK
RGB Variations
Color information
#5E383D (or 0x5E383D) is known color: Jazz. HEX triplet: 5E, 38 and 3D. RGB value is (94,56,61). Sum of RGB (Red+Green+Blue) = 94+56+61=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E383D is #A1C7C2. Grayscale: #434343. Windows color (decimal): -10602435 or 4012126. OLE color: 4012126.
HSL color Cylindrical-coordinate representation of color #5E383D: hue angle of 352.11º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E383D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 56 | 61 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.63 |
| HSL | 352.11º | 0.25% | 0.29% | - |
| HSV(B) | 352.11º | 0.4% | 0.37% | - |
| XYZ | 6.87 | 5.54 | 5.12 | - |
| YUV | 67.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 61 | 0 | 0.40 | 0.35 | 0.63 | 352.11 | 0.25 | 0.29 |
| Hex | 5E | 38 | 3D | 0 | 28 | 23 | 3F | 160 | 19 | 1D |
| Octal | 136 | 70 | 75 | 0 | 50 | 43 | 77 | 540 | 31 | 35 |
| Binary | 1011110 | 111000 | 111101 | 0 | 101000 | 100011 | 111111 | 101100000 | 11001 | 11101 |
Color Harmonies of #5E383D
Complementary color
Monochromatic Colors of #5E383D
Black with #5E383D
Text Example
Text Example
White with #5E383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E383D; }
p { color: rgb(94,56,61); }
H1.HeaderClassName
{
color: #5E383D;
}
.AnyTagClassName
{
color: #5E383D;
}
</style>
background-color css
<style>
a { background-color: #5E383D; }
a { background-color: rgb(94,56,61); }
div.DivClassName
{
background-color: #5E383D;
}
.BgClassName
{
background-color: #5E383D;
}
</style>
border-color css
<style>
span { border-color: #5E383D; }
span { border-color: rgb(94,56,61); }
td.TdClassName
{
border-color: #5E383D;
}
.TagClassName
{
border-color: #5E383D;
}
</style>