Shades of Jazz #5A2D2E
Tints of Jazz #5A2D2E
RGB
CMYK
RGB Variations
Color information
#5A2D2E (or 0x5A2D2E) is known color: Jazz. HEX triplet: 5A, 2D and 2E. RGB value is (90,45,46). Sum of RGB (Red+Green+Blue) = 90+45+46=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D2E is #A5D2D1. Grayscale: #3A3A3A. Windows color (decimal): -10867410 or 3026266. OLE color: 3026266.
HSL color Cylindrical-coordinate representation of color #5A2D2E: hue angle of 358.67º 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 #5A2D2E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 46 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.65 |
| HSL | 358.67º | 0.33% | 0.26% | - |
| HSV(B) | 358.67º | 0.5% | 0.35% | - |
| XYZ | 5.65 | 4.25 | 3.11 | - |
| YUV | 58.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 46 | 0 | 0.50 | 0.49 | 0.65 | 358.67 | 0.33 | 0.26 |
| Hex | 5A | 2D | 2E | 0 | 32 | 31 | 41 | 167 | 21 | 1A |
| Octal | 132 | 55 | 56 | 0 | 62 | 61 | 101 | 547 | 41 | 32 |
| Binary | 1011010 | 101101 | 101110 | 0 | 110010 | 110001 | 1000001 | 101100111 | 100001 | 11010 |
Color Harmonies of #5A2D2E
Complementary color
Monochromatic Colors of #5A2D2E
Black with #5A2D2E
Text Example
Text Example
White with #5A2D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D2E; }
p { color: rgb(90,45,46); }
H1.HeaderClassName
{
color: #5A2D2E;
}
.AnyTagClassName
{
color: #5A2D2E;
}
</style>
background-color css
<style>
a { background-color: #5A2D2E; }
a { background-color: rgb(90,45,46); }
div.DivClassName
{
background-color: #5A2D2E;
}
.BgClassName
{
background-color: #5A2D2E;
}
</style>
border-color css
<style>
span { border-color: #5A2D2E; }
span { border-color: rgb(90,45,46); }
td.TdClassName
{
border-color: #5A2D2E;
}
.TagClassName
{
border-color: #5A2D2E;
}
</style>