#5B153B

Color #5B153B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #5B153B

Tints of Pompadour #5B153B

Color information

#5B153B (or 0x5B153B) is unknown color: approx Pompadour. HEX triplet: 5B, 15 and 3B. RGB value is (91,21,59). Sum of RGB (Red+Green+Blue) = 91+21+59=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B153B is #A4EAC4. Grayscale: #2E2E2E. Windows color (decimal): -10808005 or 3872091. OLE color: 3872091.

HSL color Cylindrical-coordinate representation of color #5B153B: hue angle of 327.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B153B is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB912159-
CMYK00.770.350.64
HSL327.43º62.5%21.96%-
HSV(B)327.43º76.92%35.69%-
XYZ5.373.084.45-
YUV46.26135.19159.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 53.22%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=53.22%
G=12.28%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91215900.770.350.64327.4362.521.96
Hex5B153B04D23401473e16
Octal13325730115431005077626
Binary10110111010111101101001101100011100000010100011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B153B; }

 p { color: rgb(91,21,59); }

 H1.HeaderClassName
 {
   color: #5B153B;
 }
 .AnyTagClassName
 {
   color: #5B153B;
 }
</style>
background-color css

<style>
 a { background-color: #5B153B; }

 a { background-color: rgb(91,21,59); }

 div.DivClassName
 {
   background-color: #5B153B;
 }
 .BgClassName
 {
   background-color: #5B153B;
 }
</style>
border-color css

<style>
 span { border-color: #5B153B; }

 span { border-color: rgb(91,21,59); }

 td.TdClassName
 {
   border-color: #5B153B;
 }
 .TagClassName
 {
   border-color: #5B153B;
 }
</style>