Shades of Jazz #5E383B
Tints of Jazz #5E383B
RGB
CMYK
RGB Variations
Color information
#5E383B (or 0x5E383B) is known color: Jazz. HEX triplet: 5E, 38 and 3B. RGB value is (94,56,59). Sum of RGB (Red+Green+Blue) = 94+56+59=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E383B is #A1C7C4. Grayscale: #434343. Windows color (decimal): -10602437 or 3881054. OLE color: 3881054.
HSL color Cylindrical-coordinate representation of color #5E383B: hue angle of 355.26º 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 #5E383B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 56 | 59 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.63 |
| HSL | 355.26º | 0.25% | 0.29% | - |
| HSV(B) | 355.26º | 0.4% | 0.37% | - |
| XYZ | 6.82 | 5.52 | 4.84 | - |
| YUV | 67.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 59 | 0 | 0.40 | 0.37 | 0.63 | 355.26 | 0.25 | 0.29 |
| Hex | 5E | 38 | 3B | 0 | 28 | 25 | 3F | 163 | 19 | 1D |
| Octal | 136 | 70 | 73 | 0 | 50 | 45 | 77 | 543 | 31 | 35 |
| Binary | 1011110 | 111000 | 111011 | 0 | 101000 | 100101 | 111111 | 101100011 | 11001 | 11101 |
Color Harmonies of #5E383B
Complementary color
Monochromatic Colors of #5E383B
Black with #5E383B
Text Example
Text Example
White with #5E383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E383B; }
p { color: rgb(94,56,59); }
H1.HeaderClassName
{
color: #5E383B;
}
.AnyTagClassName
{
color: #5E383B;
}
</style>
background-color css
<style>
a { background-color: #5E383B; }
a { background-color: rgb(94,56,59); }
div.DivClassName
{
background-color: #5E383B;
}
.BgClassName
{
background-color: #5E383B;
}
</style>
border-color css
<style>
span { border-color: #5E383B; }
span { border-color: rgb(94,56,59); }
td.TdClassName
{
border-color: #5E383B;
}
.TagClassName
{
border-color: #5E383B;
}
</style>