Shades of Jazz #5A3839
Tints of Jazz #5A3839
RGB
CMYK
RGB Variations
Color information
#5A3839 (or 0x5A3839) is known color: Jazz. HEX triplet: 5A, 38 and 39. RGB value is (90,56,57). Sum of RGB (Red+Green+Blue) = 90+56+57=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3839 is #A5C7C6. Grayscale: #424242. Windows color (decimal): -10864583 or 3749978. OLE color: 3749978.
HSL color Cylindrical-coordinate representation of color #5A3839: hue angle of 358.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A3839 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 57 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.65 |
| HSL | 358.24º | 0.23% | 0.29% | - |
| HSV(B) | 358.24º | 0.38% | 0.35% | - |
| XYZ | 6.37 | 5.3 | 4.56 | - |
| YUV | 66.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 57 | 0 | 0.38 | 0.37 | 0.65 | 358.24 | 0.23 | 0.29 |
| Hex | 5A | 38 | 39 | 0 | 26 | 25 | 41 | 166 | 17 | 1D |
| Octal | 132 | 70 | 71 | 0 | 46 | 45 | 101 | 546 | 27 | 35 |
| Binary | 1011010 | 111000 | 111001 | 0 | 100110 | 100101 | 1000001 | 101100110 | 10111 | 11101 |
Color Harmonies of #5A3839
Complementary color
Monochromatic Colors of #5A3839
Black with #5A3839
Text Example
Text Example
White with #5A3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3839; }
p { color: rgb(90,56,57); }
H1.HeaderClassName
{
color: #5A3839;
}
.AnyTagClassName
{
color: #5A3839;
}
</style>
background-color css
<style>
a { background-color: #5A3839; }
a { background-color: rgb(90,56,57); }
div.DivClassName
{
background-color: #5A3839;
}
.BgClassName
{
background-color: #5A3839;
}
</style>
border-color css
<style>
span { border-color: #5A3839; }
span { border-color: rgb(90,56,57); }
td.TdClassName
{
border-color: #5A3839;
}
.TagClassName
{
border-color: #5A3839;
}
</style>