Shades of Jazz #593A3B
Tints of Jazz #593A3B
RGB
CMYK
RGB Variations
Color information
#593A3B (or 0x593A3B) is known color: Jazz. HEX triplet: 59, 3A and 3B. RGB value is (89,58,59). Sum of RGB (Red+Green+Blue) = 89+58+59=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #593A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593A3B is #A6C5C4. Grayscale: #434343. Windows color (decimal): -10929605 or 3881561. OLE color: 3881561.
HSL color Cylindrical-coordinate representation of color #593A3B: hue angle of 358.06º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #593A3B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 58 | 59 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.65 |
| HSL | 358.06º | 0.21% | 0.29% | - |
| HSV(B) | 358.06º | 0.35% | 0.35% | - |
| XYZ | 6.42 | 5.47 | 4.85 | - |
| YUV | 67.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 59 | 0 | 0.35 | 0.34 | 0.65 | 358.06 | 0.21 | 0.29 |
| Hex | 59 | 3A | 3B | 0 | 23 | 22 | 41 | 166 | 15 | 1D |
| Octal | 131 | 72 | 73 | 0 | 43 | 42 | 101 | 546 | 25 | 35 |
| Binary | 1011001 | 111010 | 111011 | 0 | 100011 | 100010 | 1000001 | 101100110 | 10101 | 11101 |
Color Harmonies of #593A3B
Complementary color
Monochromatic Colors of #593A3B
Black with #593A3B
Text Example
Text Example
White with #593A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A3B; }
p { color: rgb(89,58,59); }
H1.HeaderClassName
{
color: #593A3B;
}
.AnyTagClassName
{
color: #593A3B;
}
</style>
background-color css
<style>
a { background-color: #593A3B; }
a { background-color: rgb(89,58,59); }
div.DivClassName
{
background-color: #593A3B;
}
.BgClassName
{
background-color: #593A3B;
}
</style>
border-color css
<style>
span { border-color: #593A3B; }
span { border-color: rgb(89,58,59); }
td.TdClassName
{
border-color: #593A3B;
}
.TagClassName
{
border-color: #593A3B;
}
</style>