Shades of Jazz #5B2D30
Tints of Jazz #5B2D30
RGB
CMYK
RGB Variations
Color information
#5B2D30 (or 0x5B2D30) is known color: Jazz. HEX triplet: 5B, 2D and 30. RGB value is (91,45,48). Sum of RGB (Red+Green+Blue) = 91+45+48=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2D30 is #A4D2CF. Grayscale: #3B3B3B. Windows color (decimal): -10801872 or 3157339. OLE color: 3157339.
HSL color Cylindrical-coordinate representation of color #5B2D30: hue angle of 356.09º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B2D30 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 45 | 48 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.64 |
| HSL | 356.09º | 0.34% | 0.27% | - |
| HSV(B) | 356.09º | 0.51% | 0.36% | - |
| XYZ | 5.79 | 4.31 | 3.32 | - |
| YUV | 59.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 45 | 48 | 0 | 0.51 | 0.47 | 0.64 | 356.09 | 0.34 | 0.27 |
| Hex | 5B | 2D | 30 | 0 | 33 | 2F | 40 | 164 | 22 | 1B |
| Octal | 133 | 55 | 60 | 0 | 63 | 57 | 100 | 544 | 42 | 33 |
| Binary | 1011011 | 101101 | 110000 | 0 | 110011 | 101111 | 1000000 | 101100100 | 100010 | 11011 |
Color Harmonies of #5B2D30
Complementary color
Monochromatic Colors of #5B2D30
Black with #5B2D30
Text Example
Text Example
White with #5B2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2D30; }
p { color: rgb(91,45,48); }
H1.HeaderClassName
{
color: #5B2D30;
}
.AnyTagClassName
{
color: #5B2D30;
}
</style>
background-color css
<style>
a { background-color: #5B2D30; }
a { background-color: rgb(91,45,48); }
div.DivClassName
{
background-color: #5B2D30;
}
.BgClassName
{
background-color: #5B2D30;
}
</style>
border-color css
<style>
span { border-color: #5B2D30; }
span { border-color: rgb(91,45,48); }
td.TdClassName
{
border-color: #5B2D30;
}
.TagClassName
{
border-color: #5B2D30;
}
</style>