#5A2546

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

Shades of Pompadour #5A2546

Tints of Pompadour #5A2546

Color information

#5A2546 (or 0x5A2546) is unknown color: approx Pompadour. HEX triplet: 5A, 25 and 46. RGB value is (90,37,70). Sum of RGB (Red+Green+Blue) = 90+37+70=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2546 is #A5DAB9. Grayscale: #383838. Windows color (decimal): -10869434 or 4597082. OLE color: 4597082.

HSL color Cylindrical-coordinate representation of color #5A2546: hue angle of 322.64º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A2546 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB903770-
CMYK00.590.220.65
HSL322.64º41.73%24.9%-
HSV(B)322.64º58.89%35.29%-
XYZ5.983.946.24-
YUV56.61135.56151.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=45.69%
G=18.78%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90377000.590.220.65322.6441.7324.9
Hex5A254603B16411432a19
Octal13245106073261015035231
Binary10110101001011000110011101110110100000110100001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,70); }

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

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

 a { background-color: rgb(90,37,70); }

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

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

 span { border-color: rgb(90,37,70); }

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