#5A284A

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

Shades of Loulou #5A284A

Tints of Loulou #5A284A

Color information

#5A284A (or 0x5A284A) is unknown color: approx Loulou. HEX triplet: 5A, 28 and 4A. RGB value is (90,40,74). Sum of RGB (Red+Green+Blue) = 90+40+74=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A284A is #A5D7B5. Grayscale: #3A3A3A. Windows color (decimal): -10868662 or 4859994. OLE color: 4859994.

HSL color Cylindrical-coordinate representation of color #5A284A: hue angle of 319.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A284A is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB904074-
CMYK00.560.180.65
HSL319.2º38.46%25.49%-
HSV(B)319.2º55.56%35.29%-
XYZ6.214.196.96-
YUV58.83136.56150.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=44.12%
G=19.61%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90407400.560.180.65319.238.4625.49
Hex5A284A038124113f2619
Octal13250112070221014774631
Binary10110101010001001010011100010010100000110011111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,40,74); }

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

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

 a { background-color: rgb(90,40,74); }

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

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

 span { border-color: rgb(90,40,74); }

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