Shades of Jazz #5D363B
Tints of Jazz #5D363B
RGB
CMYK
RGB Variations
Color information
#5D363B (or 0x5D363B) is known color: Jazz. HEX triplet: 5D, 36 and 3B. RGB value is (93,54,59). Sum of RGB (Red+Green+Blue) = 93+54+59=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D363B is #A2C9C4. Grayscale: #424242. Windows color (decimal): -10668485 or 3880541. OLE color: 3880541.
HSL color Cylindrical-coordinate representation of color #5D363B: hue angle of 352.31º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D363B is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 54 | 59 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.64 |
| HSL | 352.31º | 0.27% | 0.29% | - |
| HSV(B) | 352.31º | 0.42% | 0.36% | - |
| XYZ | 6.62 | 5.28 | 4.81 | - |
| YUV | 66.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 59 | 0 | 0.42 | 0.37 | 0.64 | 352.31 | 0.27 | 0.29 |
| Hex | 5D | 36 | 3B | 0 | 2A | 25 | 40 | 160 | 1B | 1D |
| Octal | 135 | 66 | 73 | 0 | 52 | 45 | 100 | 540 | 33 | 35 |
| Binary | 1011101 | 110110 | 111011 | 0 | 101010 | 100101 | 1000000 | 101100000 | 11011 | 11101 |
Color Harmonies of #5D363B
Complementary color
Monochromatic Colors of #5D363B
Black with #5D363B
Text Example
Text Example
White with #5D363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D363B; }
p { color: rgb(93,54,59); }
H1.HeaderClassName
{
color: #5D363B;
}
.AnyTagClassName
{
color: #5D363B;
}
</style>
background-color css
<style>
a { background-color: #5D363B; }
a { background-color: rgb(93,54,59); }
div.DivClassName
{
background-color: #5D363B;
}
.BgClassName
{
background-color: #5D363B;
}
</style>
border-color css
<style>
span { border-color: #5D363B; }
span { border-color: rgb(93,54,59); }
td.TdClassName
{
border-color: #5D363B;
}
.TagClassName
{
border-color: #5D363B;
}
</style>