Shades of Jazz #57373A
Tints of Jazz #57373A
RGB
CMYK
RGB Variations
Color information
#57373A (or 0x57373A) is known color: Jazz. HEX triplet: 57, 37 and 3A. RGB value is (87,55,58). Sum of RGB (Red+Green+Blue) = 87+55+58=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57373A is #A8C8C5. Grayscale: #404040. Windows color (decimal): -11061446 or 3815255. OLE color: 3815255.
HSL color Cylindrical-coordinate representation of color #57373A: hue angle of 354.38º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57373A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 55 | 58 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.66 |
| HSL | 354.38º | 0.23% | 0.28% | - |
| HSV(B) | 354.38º | 0.37% | 0.34% | - |
| XYZ | 6.06 | 5.06 | 4.66 | - |
| YUV | 64.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 55 | 58 | 0 | 0.37 | 0.33 | 0.66 | 354.38 | 0.23 | 0.28 |
| Hex | 57 | 37 | 3A | 0 | 25 | 21 | 42 | 162 | 17 | 1C |
| Octal | 127 | 67 | 72 | 0 | 45 | 41 | 102 | 542 | 27 | 34 |
| Binary | 1010111 | 110111 | 111010 | 0 | 100101 | 100001 | 1000010 | 101100010 | 10111 | 11100 |
Color Harmonies of #57373A
Complementary color
Monochromatic Colors of #57373A
Black with #57373A
Text Example
Text Example
White with #57373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57373A; }
p { color: rgb(87,55,58); }
H1.HeaderClassName
{
color: #57373A;
}
.AnyTagClassName
{
color: #57373A;
}
</style>
background-color css
<style>
a { background-color: #57373A; }
a { background-color: rgb(87,55,58); }
div.DivClassName
{
background-color: #57373A;
}
.BgClassName
{
background-color: #57373A;
}
</style>
border-color css
<style>
span { border-color: #57373A; }
span { border-color: rgb(87,55,58); }
td.TdClassName
{
border-color: #57373A;
}
.TagClassName
{
border-color: #57373A;
}
</style>