Shades of Jazz #5D3138
Tints of Jazz #5D3138
RGB
CMYK
RGB Variations
Color information
#5D3138 (or 0x5D3138) is known color: Jazz. HEX triplet: 5D, 31 and 38. RGB value is (93,49,56). Sum of RGB (Red+Green+Blue) = 93+49+56=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3138 is #A2CEC7. Grayscale: #3E3E3E. Windows color (decimal): -10669768 or 3682653. OLE color: 3682653.
HSL color Cylindrical-coordinate representation of color #5D3138: hue angle of 350.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D3138 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 49 | 56 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.64 |
| HSL | 350.45º | 0.31% | 0.28% | - |
| HSV(B) | 350.45º | 0.47% | 0.36% | - |
| XYZ | 6.33 | 4.81 | 4.34 | - |
| YUV | 62.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 56 | 0 | 0.47 | 0.40 | 0.64 | 350.45 | 0.31 | 0.28 |
| Hex | 5D | 31 | 38 | 0 | 2F | 28 | 40 | 15E | 1F | 1C |
| Octal | 135 | 61 | 70 | 0 | 57 | 50 | 100 | 536 | 37 | 34 |
| Binary | 1011101 | 110001 | 111000 | 0 | 101111 | 101000 | 1000000 | 101011110 | 11111 | 11100 |
Color Harmonies of #5D3138
Complementary color
Monochromatic Colors of #5D3138
Black with #5D3138
Text Example
Text Example
White with #5D3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3138; }
p { color: rgb(93,49,56); }
H1.HeaderClassName
{
color: #5D3138;
}
.AnyTagClassName
{
color: #5D3138;
}
</style>
background-color css
<style>
a { background-color: #5D3138; }
a { background-color: rgb(93,49,56); }
div.DivClassName
{
background-color: #5D3138;
}
.BgClassName
{
background-color: #5D3138;
}
</style>
border-color css
<style>
span { border-color: #5D3138; }
span { border-color: rgb(93,49,56); }
td.TdClassName
{
border-color: #5D3138;
}
.TagClassName
{
border-color: #5D3138;
}
</style>