Shades of Jazz #5D3A3C
Tints of Jazz #5D3A3C
RGB
CMYK
RGB Variations
Color information
#5D3A3C (or 0x5D3A3C) is known color: Jazz. HEX triplet: 5D, 3A and 3C. RGB value is (93,58,60). Sum of RGB (Red+Green+Blue) = 93+58+60=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A3C is #A2C5C3. Grayscale: #444444. Windows color (decimal): -10667460 or 3947101. OLE color: 3947101.
HSL color Cylindrical-coordinate representation of color #5D3A3C: hue angle of 356.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D3A3C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 58 | 60 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.64 |
| HSL | 356.57º | 0.23% | 0.3% | - |
| HSV(B) | 356.57º | 0.38% | 0.36% | - |
| XYZ | 6.84 | 5.68 | 5.01 | - |
| YUV | 68.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 60 | 0 | 0.38 | 0.35 | 0.64 | 356.57 | 0.23 | 0.3 |
| Hex | 5D | 3A | 3C | 0 | 26 | 23 | 40 | 165 | 17 | 1E |
| Octal | 135 | 72 | 74 | 0 | 46 | 43 | 100 | 545 | 27 | 36 |
| Binary | 1011101 | 111010 | 111100 | 0 | 100110 | 100011 | 1000000 | 101100101 | 10111 | 11110 |
Color Harmonies of #5D3A3C
Complementary color
Monochromatic Colors of #5D3A3C
Black with #5D3A3C
Text Example
Text Example
White with #5D3A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A3C; }
p { color: rgb(93,58,60); }
H1.HeaderClassName
{
color: #5D3A3C;
}
.AnyTagClassName
{
color: #5D3A3C;
}
</style>
background-color css
<style>
a { background-color: #5D3A3C; }
a { background-color: rgb(93,58,60); }
div.DivClassName
{
background-color: #5D3A3C;
}
.BgClassName
{
background-color: #5D3A3C;
}
</style>
border-color css
<style>
span { border-color: #5D3A3C; }
span { border-color: rgb(93,58,60); }
td.TdClassName
{
border-color: #5D3A3C;
}
.TagClassName
{
border-color: #5D3A3C;
}
</style>