Shades of Pompadour #5B203B
Tints of Pompadour #5B203B
RGB
CMYK
RGB Variations
Color information
#5B203B (or 0x5B203B) is known color: Pompadour. HEX triplet: 5B, 20 and 3B. RGB value is (91,32,59). Sum of RGB (Red+Green+Blue) = 91+32+59=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B203B is #A4DFC4. Grayscale: #343434. Windows color (decimal): -10805189 or 3874907. OLE color: 3874907.
HSL color Cylindrical-coordinate representation of color #5B203B: hue angle of 332.54º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B203B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 32 | 59 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.64 |
| HSL | 332.54º | 0.48% | 0.24% | - |
| HSV(B) | 332.54º | 0.65% | 0.36% | - |
| XYZ | 5.62 | 3.57 | 4.53 | - |
| YUV | 52.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 59 | 0 | 0.65 | 0.35 | 0.64 | 332.54 | 0.48 | 0.24 |
| Hex | 5B | 20 | 3B | 0 | 41 | 23 | 40 | 14D | 30 | 18 |
| Octal | 133 | 40 | 73 | 0 | 101 | 43 | 100 | 515 | 60 | 30 |
| Binary | 1011011 | 100000 | 111011 | 0 | 1000001 | 100011 | 1000000 | 101001101 | 110000 | 11000 |
Color Harmonies of #5B203B
Complementary color
Monochromatic Colors of #5B203B
Black with #5B203B
Text Example
Text Example
White with #5B203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B203B; }
p { color: rgb(91,32,59); }
H1.HeaderClassName
{
color: #5B203B;
}
.AnyTagClassName
{
color: #5B203B;
}
</style>
background-color css
<style>
a { background-color: #5B203B; }
a { background-color: rgb(91,32,59); }
div.DivClassName
{
background-color: #5B203B;
}
.BgClassName
{
background-color: #5B203B;
}
</style>
border-color css
<style>
span { border-color: #5B203B; }
span { border-color: rgb(91,32,59); }
td.TdClassName
{
border-color: #5B203B;
}
.TagClassName
{
border-color: #5B203B;
}
</style>