#5A2E4C

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

Shades of Loulou #5A2E4C

Tints of Loulou #5A2E4C

Color information

#5A2E4C (or 0x5A2E4C) is unknown color: approx Loulou. HEX triplet: 5A, 2E and 4C. RGB value is (90,46,76). Sum of RGB (Red+Green+Blue) = 90+46+76=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2E4C is #A5D1B3. Grayscale: #3E3E3E. Windows color (decimal): -10867124 or 4992602. OLE color: 4992602.

HSL color Cylindrical-coordinate representation of color #5A2E4C: hue angle of 319.09º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A2E4C is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB904676-
CMYK00.490.160.65
HSL319.09º32.35%26.67%-
HSV(B)319.09º48.89%35.29%-
XYZ6.54.657.39-
YUV62.58135.58147.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.45%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=42.45%
G=21.70%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90467600.490.160.65319.0932.3526.67
Hex5A2E4C031104113f201b
Octal13256114061201014774033
Binary10110101011101001100011000110000100000110011111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,46,76); }

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

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

 a { background-color: rgb(90,46,76); }

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

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

 span { border-color: rgb(90,46,76); }

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