#5A2348

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

Shades of Pompadour #5A2348

Tints of Pompadour #5A2348

Color information

#5A2348 (or 0x5A2348) is unknown color: approx Pompadour. HEX triplet: 5A, 23 and 48. RGB value is (90,35,72). Sum of RGB (Red+Green+Blue) = 90+35+72=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2348 is #A5DCB7. Grayscale: #373737. Windows color (decimal): -10869944 or 4727642. OLE color: 4727642.

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

Color convert

RGB903572-
CMYK00.610.200.65
HSL319.64º44%24.51%-
HSV(B)319.64º61.11%35.29%-
XYZ5.993.846.56-
YUV55.66137.22152.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=45.69%
G=17.77%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90357200.610.200.65319.644424.51
Hex5A234803D14411402c19
Octal13243110075241015005431
Binary10110101000111001000011110110100100000110100000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,35,72); }

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

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

 a { background-color: rgb(90,35,72); }

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

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

 span { border-color: rgb(90,35,72); }

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