Shades of Jazz #5D343A
Tints of Jazz #5D343A
RGB
CMYK
RGB Variations
Color information
#5D343A (or 0x5D343A) is known color: Jazz. HEX triplet: 5D, 34 and 3A. RGB value is (93,52,58). Sum of RGB (Red+Green+Blue) = 93+52+58=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D343A is #A2CBC5. Grayscale: #404040. Windows color (decimal): -10668998 or 3814493. OLE color: 3814493.
HSL color Cylindrical-coordinate representation of color #5D343A: hue angle of 351.22º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D343A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 52 | 58 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.64 |
| HSL | 351.22º | 0.28% | 0.28% | - |
| HSV(B) | 351.22º | 0.44% | 0.36% | - |
| XYZ | 6.51 | 5.09 | 4.64 | - |
| YUV | 64.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 58 | 0 | 0.44 | 0.38 | 0.64 | 351.22 | 0.28 | 0.28 |
| Hex | 5D | 34 | 3A | 0 | 2C | 26 | 40 | 15F | 1C | 1C |
| Octal | 135 | 64 | 72 | 0 | 54 | 46 | 100 | 537 | 34 | 34 |
| Binary | 1011101 | 110100 | 111010 | 0 | 101100 | 100110 | 1000000 | 101011111 | 11100 | 11100 |
Color Harmonies of #5D343A
Complementary color
Monochromatic Colors of #5D343A
Black with #5D343A
Text Example
Text Example
White with #5D343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D343A; }
p { color: rgb(93,52,58); }
H1.HeaderClassName
{
color: #5D343A;
}
.AnyTagClassName
{
color: #5D343A;
}
</style>
background-color css
<style>
a { background-color: #5D343A; }
a { background-color: rgb(93,52,58); }
div.DivClassName
{
background-color: #5D343A;
}
.BgClassName
{
background-color: #5D343A;
}
</style>
border-color css
<style>
span { border-color: #5D343A; }
span { border-color: rgb(93,52,58); }
td.TdClassName
{
border-color: #5D343A;
}
.TagClassName
{
border-color: #5D343A;
}
</style>