Shades of Jazz #5A2D32
Tints of Jazz #5A2D32
RGB
CMYK
RGB Variations
Color information
#5A2D32 (or 0x5A2D32) is known color: Jazz. HEX triplet: 5A, 2D and 32. RGB value is (90,45,50). Sum of RGB (Red+Green+Blue) = 90+45+50=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D32 is #A5D2CD. Grayscale: #3B3B3B. Windows color (decimal): -10867406 or 3288410. OLE color: 3288410.
HSL color Cylindrical-coordinate representation of color #5A2D32: hue angle of 353.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A2D32 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 50 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.65 |
| HSL | 353.33º | 0.33% | 0.26% | - |
| HSV(B) | 353.33º | 0.5% | 0.35% | - |
| XYZ | 5.73 | 4.28 | 3.54 | - |
| YUV | 59.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 50 | 0 | 0.50 | 0.44 | 0.65 | 353.33 | 0.33 | 0.26 |
| Hex | 5A | 2D | 32 | 0 | 32 | 2C | 41 | 161 | 21 | 1A |
| Octal | 132 | 55 | 62 | 0 | 62 | 54 | 101 | 541 | 41 | 32 |
| Binary | 1011010 | 101101 | 110010 | 0 | 110010 | 101100 | 1000001 | 101100001 | 100001 | 11010 |
Color Harmonies of #5A2D32
Complementary color
Monochromatic Colors of #5A2D32
Black with #5A2D32
Text Example
Text Example
White with #5A2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D32; }
p { color: rgb(90,45,50); }
H1.HeaderClassName
{
color: #5A2D32;
}
.AnyTagClassName
{
color: #5A2D32;
}
</style>
background-color css
<style>
a { background-color: #5A2D32; }
a { background-color: rgb(90,45,50); }
div.DivClassName
{
background-color: #5A2D32;
}
.BgClassName
{
background-color: #5A2D32;
}
</style>
border-color css
<style>
span { border-color: #5A2D32; }
span { border-color: rgb(90,45,50); }
td.TdClassName
{
border-color: #5A2D32;
}
.TagClassName
{
border-color: #5A2D32;
}
</style>