Shades of Jazz #5A393B
Tints of Jazz #5A393B
RGB
CMYK
RGB Variations
Color information
#5A393B (or 0x5A393B) is known color: Jazz. HEX triplet: 5A, 39 and 3B. RGB value is (90,57,59). Sum of RGB (Red+Green+Blue) = 90+57+59=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A393B is #A5C6C4. Grayscale: #434343. Windows color (decimal): -10864325 or 3881306. OLE color: 3881306.
HSL color Cylindrical-coordinate representation of color #5A393B: hue angle of 356.36º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A393B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 57 | 59 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.65 |
| HSL | 356.36º | 0.22% | 0.29% | - |
| HSV(B) | 356.36º | 0.37% | 0.35% | - |
| XYZ | 6.47 | 5.42 | 4.84 | - |
| YUV | 67.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 59 | 0 | 0.37 | 0.34 | 0.65 | 356.36 | 0.22 | 0.29 |
| Hex | 5A | 39 | 3B | 0 | 25 | 22 | 41 | 164 | 16 | 1D |
| Octal | 132 | 71 | 73 | 0 | 45 | 42 | 101 | 544 | 26 | 35 |
| Binary | 1011010 | 111001 | 111011 | 0 | 100101 | 100010 | 1000001 | 101100100 | 10110 | 11101 |
Color Harmonies of #5A393B
Complementary color
Monochromatic Colors of #5A393B
Black with #5A393B
Text Example
Text Example
White with #5A393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A393B; }
p { color: rgb(90,57,59); }
H1.HeaderClassName
{
color: #5A393B;
}
.AnyTagClassName
{
color: #5A393B;
}
</style>
background-color css
<style>
a { background-color: #5A393B; }
a { background-color: rgb(90,57,59); }
div.DivClassName
{
background-color: #5A393B;
}
.BgClassName
{
background-color: #5A393B;
}
</style>
border-color css
<style>
span { border-color: #5A393B; }
span { border-color: rgb(90,57,59); }
td.TdClassName
{
border-color: #5A393B;
}
.TagClassName
{
border-color: #5A393B;
}
</style>