#5A304E

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

Shades of Loulou #5A304E

Tints of Loulou #5A304E

Color information

#5A304E (or 0x5A304E) is unknown color: approx Loulou. HEX triplet: 5A, 30 and 4E. RGB value is (90,48,78). Sum of RGB (Red+Green+Blue) = 90+48+78=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A304E is #A5CFB1. Grayscale: #3F3F3F. Windows color (decimal): -10866610 or 5124186. OLE color: 5124186.

HSL color Cylindrical-coordinate representation of color #5A304E: hue angle of 317.14º 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 #5A304E is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB904878-
CMYK00.470.130.65
HSL317.14º30.43%27.06%-
HSV(B)317.14º46.67%35.29%-
XYZ6.654.847.79-
YUV63.98135.91146.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.67%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=41.67%
G=22.22%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90487800.470.130.65317.1430.4327.06
Hex5A304E02FD4113d1e1b
Octal13260116057151014753633
Binary101101011000010011100101111110110000011001111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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