Shades of Jazz #57393A
Tints of Jazz #57393A
RGB
CMYK
RGB Variations
Color information
#57393A (or 0x57393A) is known color: Jazz. HEX triplet: 57, 39 and 3A. RGB value is (87,57,58). Sum of RGB (Red+Green+Blue) = 87+57+58=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #57393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57393A is #A8C6C5. Grayscale: #424242. Windows color (decimal): -11060934 or 3815767. OLE color: 3815767.
HSL color Cylindrical-coordinate representation of color #57393A: hue angle of 358º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57393A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 57 | 58 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.66 |
| HSL | 358º | 0.21% | 0.28% | - |
| HSV(B) | 358º | 0.34% | 0.34% | - |
| XYZ | 6.16 | 5.26 | 4.69 | - |
| YUV | 66.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 58 | 0 | 0.34 | 0.33 | 0.66 | 358 | 0.21 | 0.28 |
| Hex | 57 | 39 | 3A | 0 | 22 | 21 | 42 | 166 | 15 | 1C |
| Octal | 127 | 71 | 72 | 0 | 42 | 41 | 102 | 546 | 25 | 34 |
| Binary | 1010111 | 111001 | 111010 | 0 | 100010 | 100001 | 1000010 | 101100110 | 10101 | 11100 |
Color Harmonies of #57393A
Complementary color
Monochromatic Colors of #57393A
Black with #57393A
Text Example
Text Example
White with #57393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57393A; }
p { color: rgb(87,57,58); }
H1.HeaderClassName
{
color: #57393A;
}
.AnyTagClassName
{
color: #57393A;
}
</style>
background-color css
<style>
a { background-color: #57393A; }
a { background-color: rgb(87,57,58); }
div.DivClassName
{
background-color: #57393A;
}
.BgClassName
{
background-color: #57393A;
}
</style>
border-color css
<style>
span { border-color: #57393A; }
span { border-color: rgb(87,57,58); }
td.TdClassName
{
border-color: #57393A;
}
.TagClassName
{
border-color: #57393A;
}
</style>