#5A2B4E

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

Shades of Loulou #5A2B4E

Tints of Loulou #5A2B4E

Color information

#5A2B4E (or 0x5A2B4E) is unknown color: approx Loulou. HEX triplet: 5A, 2B and 4E. RGB value is (90,43,78). Sum of RGB (Red+Green+Blue) = 90+43+78=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2B4E is #A5D4B1. Grayscale: #3C3C3C. Windows color (decimal): -10867890 or 5122906. OLE color: 5122906.

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

Color convert

RGB904378-
CMYK00.520.130.65
HSL315.32º35.34%26.08%-
HSV(B)315.32º52.22%35.29%-
XYZ6.464.457.73-
YUV61.04137.57148.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=42.65%
G=20.38%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90437800.520.130.65315.3235.3426.08
Hex5A2B4E034D4113b231a
Octal13253116064151014734332
Binary1011010101011100111001101001101100000110011101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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