Shades of Jazz #5A3134
Tints of Jazz #5A3134
RGB
CMYK
RGB Variations
Color information
#5A3134 (or 0x5A3134) is known color: Jazz. HEX triplet: 5A, 31 and 34. RGB value is (90,49,52). Sum of RGB (Red+Green+Blue) = 90+49+52=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3134 is #A5CECB. Grayscale: #3D3D3D. Windows color (decimal): -10866380 or 3420506. OLE color: 3420506.
HSL color Cylindrical-coordinate representation of color #5A3134: hue angle of 355.61º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3134 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 49 | 52 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.65 |
| HSL | 355.61º | 0.29% | 0.27% | - |
| HSV(B) | 355.61º | 0.46% | 0.35% | - |
| XYZ | 5.93 | 4.62 | 3.83 | - |
| YUV | 61.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 52 | 0 | 0.46 | 0.42 | 0.65 | 355.61 | 0.29 | 0.27 |
| Hex | 5A | 31 | 34 | 0 | 2E | 2A | 41 | 164 | 1D | 1B |
| Octal | 132 | 61 | 64 | 0 | 56 | 52 | 101 | 544 | 35 | 33 |
| Binary | 1011010 | 110001 | 110100 | 0 | 101110 | 101010 | 1000001 | 101100100 | 11101 | 11011 |
Color Harmonies of #5A3134
Complementary color
Monochromatic Colors of #5A3134
Black with #5A3134
Text Example
Text Example
White with #5A3134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3134; }
p { color: rgb(90,49,52); }
H1.HeaderClassName
{
color: #5A3134;
}
.AnyTagClassName
{
color: #5A3134;
}
</style>
background-color css
<style>
a { background-color: #5A3134; }
a { background-color: rgb(90,49,52); }
div.DivClassName
{
background-color: #5A3134;
}
.BgClassName
{
background-color: #5A3134;
}
</style>
border-color css
<style>
span { border-color: #5A3134; }
span { border-color: rgb(90,49,52); }
td.TdClassName
{
border-color: #5A3134;
}
.TagClassName
{
border-color: #5A3134;
}
</style>