Shades of Jazz #5A3334
Tints of Jazz #5A3334
RGB
CMYK
RGB Variations
Color information
#5A3334 (or 0x5A3334) is known color: Jazz. HEX triplet: 5A, 33 and 34. RGB value is (90,51,52). Sum of RGB (Red+Green+Blue) = 90+51+52=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3334 is #A5CCCB. Grayscale: #3E3E3E. Windows color (decimal): -10865868 or 3421018. OLE color: 3421018.
HSL color Cylindrical-coordinate representation of color #5A3334: hue angle of 358.46º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A3334 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 51 | 52 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.65 |
| HSL | 358.46º | 0.28% | 0.28% | - |
| HSV(B) | 358.46º | 0.43% | 0.35% | - |
| XYZ | 6.02 | 4.79 | 3.86 | - |
| YUV | 62.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 52 | 0 | 0.43 | 0.42 | 0.65 | 358.46 | 0.28 | 0.28 |
| Hex | 5A | 33 | 34 | 0 | 2B | 2A | 41 | 166 | 1C | 1C |
| Octal | 132 | 63 | 64 | 0 | 53 | 52 | 101 | 546 | 34 | 34 |
| Binary | 1011010 | 110011 | 110100 | 0 | 101011 | 101010 | 1000001 | 101100110 | 11100 | 11100 |
Color Harmonies of #5A3334
Complementary color
Monochromatic Colors of #5A3334
Black with #5A3334
Text Example
Text Example
White with #5A3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3334; }
p { color: rgb(90,51,52); }
H1.HeaderClassName
{
color: #5A3334;
}
.AnyTagClassName
{
color: #5A3334;
}
</style>
background-color css
<style>
a { background-color: #5A3334; }
a { background-color: rgb(90,51,52); }
div.DivClassName
{
background-color: #5A3334;
}
.BgClassName
{
background-color: #5A3334;
}
</style>
border-color css
<style>
span { border-color: #5A3334; }
span { border-color: rgb(90,51,52); }
td.TdClassName
{
border-color: #5A3334;
}
.TagClassName
{
border-color: #5A3334;
}
</style>