Shades of Jazz #5F353A
Tints of Jazz #5F353A
RGB
CMYK
RGB Variations
Color information
#5F353A (or 0x5F353A) is known color: Jazz. HEX triplet: 5F, 35 and 3A. RGB value is (95,53,58). Sum of RGB (Red+Green+Blue) = 95+53+58=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F353A is #A0CAC5. Grayscale: #424242. Windows color (decimal): -10537670 or 3814751. OLE color: 3814751.
HSL color Cylindrical-coordinate representation of color #5F353A: hue angle of 352.86º 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 #5F353A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 58 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.63 |
| HSL | 352.86º | 0.28% | 0.29% | - |
| HSV(B) | 352.86º | 0.44% | 0.37% | - |
| XYZ | 6.76 | 5.28 | 4.67 | - |
| YUV | 66.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 58 | 0 | 0.44 | 0.39 | 0.63 | 352.86 | 0.28 | 0.29 |
| Hex | 5F | 35 | 3A | 0 | 2C | 27 | 3F | 161 | 1C | 1D |
| Octal | 137 | 65 | 72 | 0 | 54 | 47 | 77 | 541 | 34 | 35 |
| Binary | 1011111 | 110101 | 111010 | 0 | 101100 | 100111 | 111111 | 101100001 | 11100 | 11101 |
Color Harmonies of #5F353A
Complementary color
Monochromatic Colors of #5F353A
Black with #5F353A
Text Example
Text Example
White with #5F353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F353A; }
p { color: rgb(95,53,58); }
H1.HeaderClassName
{
color: #5F353A;
}
.AnyTagClassName
{
color: #5F353A;
}
</style>
background-color css
<style>
a { background-color: #5F353A; }
a { background-color: rgb(95,53,58); }
div.DivClassName
{
background-color: #5F353A;
}
.BgClassName
{
background-color: #5F353A;
}
</style>
border-color css
<style>
span { border-color: #5F353A; }
span { border-color: rgb(95,53,58); }
td.TdClassName
{
border-color: #5F353A;
}
.TagClassName
{
border-color: #5F353A;
}
</style>