#5A354C

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

Shades of Loulou #5A354C

Tints of Loulou #5A354C

Color information

#5A354C (or 0x5A354C) is unknown color: approx Loulou. HEX triplet: 5A, 35 and 4C. RGB value is (90,53,76). Sum of RGB (Red+Green+Blue) = 90+53+76=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A354C is #A5CAB3. Grayscale: #424242. Windows color (decimal): -10865332 or 4994394. OLE color: 4994394.

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

Color convert

RGB905376-
CMYK00.410.160.65
HSL322.7º25.87%28.04%-
HSV(B)322.7º41.11%35.29%-
XYZ6.795.247.49-
YUV66.68133.26144.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=41.10%
G=24.20%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90537600.410.160.65322.725.8728.04
Hex5A354C02910411431a1c
Octal13265114051201015033234
Binary1011010110101100110001010011000010000011010000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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