Shades of Jazz #5F353B
Tints of Jazz #5F353B
RGB
CMYK
RGB Variations
Color information
#5F353B (or 0x5F353B) is known color: Jazz. HEX triplet: 5F, 35 and 3B. RGB value is (95,53,59). Sum of RGB (Red+Green+Blue) = 95+53+59=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F353B is #A0CAC4. Grayscale: #424242. Windows color (decimal): -10537669 or 3880287. OLE color: 3880287.
HSL color Cylindrical-coordinate representation of color #5F353B: hue angle of 351.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F353B is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 59 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.63 |
| HSL | 351.43º | 0.28% | 0.29% | - |
| HSV(B) | 351.43º | 0.44% | 0.37% | - |
| XYZ | 6.78 | 5.29 | 4.8 | - |
| YUV | 66.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 59 | 0 | 0.44 | 0.38 | 0.63 | 351.43 | 0.28 | 0.29 |
| Hex | 5F | 35 | 3B | 0 | 2C | 26 | 3F | 15F | 1C | 1D |
| Octal | 137 | 65 | 73 | 0 | 54 | 46 | 77 | 537 | 34 | 35 |
| Binary | 1011111 | 110101 | 111011 | 0 | 101100 | 100110 | 111111 | 101011111 | 11100 | 11101 |
Color Harmonies of #5F353B
Complementary color
Monochromatic Colors of #5F353B
Black with #5F353B
Text Example
Text Example
White with #5F353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F353B; }
p { color: rgb(95,53,59); }
H1.HeaderClassName
{
color: #5F353B;
}
.AnyTagClassName
{
color: #5F353B;
}
</style>
background-color css
<style>
a { background-color: #5F353B; }
a { background-color: rgb(95,53,59); }
div.DivClassName
{
background-color: #5F353B;
}
.BgClassName
{
background-color: #5F353B;
}
</style>
border-color css
<style>
span { border-color: #5F353B; }
span { border-color: rgb(95,53,59); }
td.TdClassName
{
border-color: #5F353B;
}
.TagClassName
{
border-color: #5F353B;
}
</style>