Shades of Jazz #5A393A
Tints of Jazz #5A393A
RGB
CMYK
RGB Variations
Color information
#5A393A (or 0x5A393A) is known color: Jazz. HEX triplet: 5A, 39 and 3A. RGB value is (90,57,58). Sum of RGB (Red+Green+Blue) = 90+57+58=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A393A is #A5C6C5. Grayscale: #434343. Windows color (decimal): -10864326 or 3815770. OLE color: 3815770.
HSL color Cylindrical-coordinate representation of color #5A393A: hue angle of 358.18º 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 #5A393A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
RGB | 90 | 57 | 58 | - |
CMYK | 0 | 0.37 | 0.36 | 0.65 |
HSL | 358.18º | 0.22% | 0.29% | - |
HSV(B) | 358.18º | 0.37% | 0.35% | - |
XYZ | 6.44 | 5.41 | 4.71 | - |
YUV | 66.98 | 122.93 | 144.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 57 | 58 | 0 | 0.37 | 0.36 | 0.65 | 358.18 | 0.22 | 0.29 |
Hex | 5A | 39 | 3A | 0 | 25 | 24 | 41 | 166 | 16 | 1D |
Octal | 132 | 71 | 72 | 0 | 45 | 44 | 101 | 546 | 26 | 35 |
Binary | 1011010 | 111001 | 111010 | 0 | 100101 | 100100 | 1000001 | 101100110 | 10110 | 11101 |
Color Harmonies of #5A393A
Complementary color
Monochromatic Colors of #5A393A
Black with #5A393A
Text Example
Text Example
White with #5A393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A393A; }
p { color: rgb(90,57,58); }
H1.HeaderClassName
{
color: #5A393A;
}
.AnyTagClassName
{
color: #5A393A;
}
</style>
background-color css
<style>
a { background-color: #5A393A; }
a { background-color: rgb(90,57,58); }
div.DivClassName
{
background-color: #5A393A;
}
.BgClassName
{
background-color: #5A393A;
}
</style>
border-color css
<style>
span { border-color: #5A393A; }
span { border-color: rgb(90,57,58); }
td.TdClassName
{
border-color: #5A393A;
}
.TagClassName
{
border-color: #5A393A;
}
</style>