Shades of Jazz #5B3438
Tints of Jazz #5B3438
RGB
CMYK
RGB Variations
Color information
#5B3438 (or 0x5B3438) is known color: Jazz. HEX triplet: 5B, 34 and 38. RGB value is (91,52,56). Sum of RGB (Red+Green+Blue) = 91+52+56=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3438 is #A4CBC7. Grayscale: #404040. Windows color (decimal): -10800072 or 3683419. OLE color: 3683419.
HSL color Cylindrical-coordinate representation of color #5B3438: hue angle of 353.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B3438 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 56 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.64 |
| HSL | 353.85º | 0.27% | 0.28% | - |
| HSV(B) | 353.85º | 0.43% | 0.36% | - |
| XYZ | 6.26 | 4.97 | 4.37 | - |
| YUV | 64.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 56 | 0 | 0.43 | 0.38 | 0.64 | 353.85 | 0.27 | 0.28 |
| Hex | 5B | 34 | 38 | 0 | 2B | 26 | 40 | 162 | 1B | 1C |
| Octal | 133 | 64 | 70 | 0 | 53 | 46 | 100 | 542 | 33 | 34 |
| Binary | 1011011 | 110100 | 111000 | 0 | 101011 | 100110 | 1000000 | 101100010 | 11011 | 11100 |
Color Harmonies of #5B3438
Complementary color
Monochromatic Colors of #5B3438
Black with #5B3438
Text Example
Text Example
White with #5B3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3438; }
p { color: rgb(91,52,56); }
H1.HeaderClassName
{
color: #5B3438;
}
.AnyTagClassName
{
color: #5B3438;
}
</style>
background-color css
<style>
a { background-color: #5B3438; }
a { background-color: rgb(91,52,56); }
div.DivClassName
{
background-color: #5B3438;
}
.BgClassName
{
background-color: #5B3438;
}
</style>
border-color css
<style>
span { border-color: #5B3438; }
span { border-color: rgb(91,52,56); }
td.TdClassName
{
border-color: #5B3438;
}
.TagClassName
{
border-color: #5B3438;
}
</style>