Shades of Jazz #5C3438
Tints of Jazz #5C3438
RGB
CMYK
RGB Variations
Color information
#5C3438 (or 0x5C3438) is known color: Jazz. HEX triplet: 5C, 34 and 38. RGB value is (92,52,56). Sum of RGB (Red+Green+Blue) = 92+52+56=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3438 is #A3CBC7. Grayscale: #404040. Windows color (decimal): -10734536 or 3683420. OLE color: 3683420.
HSL color Cylindrical-coordinate representation of color #5C3438: hue angle of 354º degrees, saturation: 0.28, 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 #5C3438 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 52 | 56 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.64 |
| HSL | 354º | 0.28% | 0.28% | - |
| HSV(B) | 354º | 0.43% | 0.36% | - |
| XYZ | 6.36 | 5.02 | 4.37 | - |
| YUV | 64.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 56 | 0 | 0.43 | 0.39 | 0.64 | 354 | 0.28 | 0.28 |
| Hex | 5C | 34 | 38 | 0 | 2B | 27 | 40 | 162 | 1C | 1C |
| Octal | 134 | 64 | 70 | 0 | 53 | 47 | 100 | 542 | 34 | 34 |
| Binary | 1011100 | 110100 | 111000 | 0 | 101011 | 100111 | 1000000 | 101100010 | 11100 | 11100 |
Color Harmonies of #5C3438
Complementary color
Monochromatic Colors of #5C3438
Black with #5C3438
Text Example
Text Example
White with #5C3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3438; }
p { color: rgb(92,52,56); }
H1.HeaderClassName
{
color: #5C3438;
}
.AnyTagClassName
{
color: #5C3438;
}
</style>
background-color css
<style>
a { background-color: #5C3438; }
a { background-color: rgb(92,52,56); }
div.DivClassName
{
background-color: #5C3438;
}
.BgClassName
{
background-color: #5C3438;
}
</style>
border-color css
<style>
span { border-color: #5C3438; }
span { border-color: rgb(92,52,56); }
td.TdClassName
{
border-color: #5C3438;
}
.TagClassName
{
border-color: #5C3438;
}
</style>