#5A3052

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

Shades of Loulou #5A3052

Tints of Loulou #5A3052

Color information

#5A3052 (or 0x5A3052) is unknown color: approx Loulou. HEX triplet: 5A, 30 and 52. RGB value is (90,48,82). Sum of RGB (Red+Green+Blue) = 90+48+82=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3052 is #A5CFAD. Grayscale: #404040. Windows color (decimal): -10866606 or 5386330. OLE color: 5386330.

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

Color convert

RGB904882-
CMYK00.470.090.65
HSL311.43º30.43%27.06%-
HSV(B)311.43º46.67%35.29%-
XYZ6.84.98.57-
YUV64.43137.91146.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.91%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=40.91%
G=21.82%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90488200.470.090.65311.4330.4327.06
Hex5A305202F9411371e1b
Octal13260122057111014673633
Binary101101011000010100100101111100110000011001101111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,48,82); }

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

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

 a { background-color: rgb(90,48,82); }

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

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

 span { border-color: rgb(90,48,82); }

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