Shades of Jazz #5A2F33
Tints of Jazz #5A2F33
RGB
CMYK
RGB Variations
Color information
#5A2F33 (or 0x5A2F33) is known color: Jazz. HEX triplet: 5A, 2F and 33. RGB value is (90,47,51). Sum of RGB (Red+Green+Blue) = 90+47+51=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F33 is #A5D0CC. Grayscale: #3C3C3C. Windows color (decimal): -10866893 or 3354458. OLE color: 3354458.
HSL color Cylindrical-coordinate representation of color #5A2F33: hue angle of 354.42º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A2F33 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 47 | 51 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.65 |
| HSL | 354.42º | 0.31% | 0.27% | - |
| HSV(B) | 354.42º | 0.48% | 0.35% | - |
| XYZ | 5.83 | 4.45 | 3.68 | - |
| YUV | 60.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 51 | 0 | 0.48 | 0.43 | 0.65 | 354.42 | 0.31 | 0.27 |
| Hex | 5A | 2F | 33 | 0 | 30 | 2B | 41 | 162 | 1F | 1B |
| Octal | 132 | 57 | 63 | 0 | 60 | 53 | 101 | 542 | 37 | 33 |
| Binary | 1011010 | 101111 | 110011 | 0 | 110000 | 101011 | 1000001 | 101100010 | 11111 | 11011 |
Color Harmonies of #5A2F33
Complementary color
Monochromatic Colors of #5A2F33
Black with #5A2F33
Text Example
Text Example
White with #5A2F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2F33; }
p { color: rgb(90,47,51); }
H1.HeaderClassName
{
color: #5A2F33;
}
.AnyTagClassName
{
color: #5A2F33;
}
</style>
background-color css
<style>
a { background-color: #5A2F33; }
a { background-color: rgb(90,47,51); }
div.DivClassName
{
background-color: #5A2F33;
}
.BgClassName
{
background-color: #5A2F33;
}
</style>
border-color css
<style>
span { border-color: #5A2F33; }
span { border-color: rgb(90,47,51); }
td.TdClassName
{
border-color: #5A2F33;
}
.TagClassName
{
border-color: #5A2F33;
}
</style>