#5A264A

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

Shades of Loulou #5A264A

Tints of Loulou #5A264A

Color information

#5A264A (or 0x5A264A) is unknown color: approx Loulou. HEX triplet: 5A, 26 and 4A. RGB value is (90,38,74). Sum of RGB (Red+Green+Blue) = 90+38+74=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A264A is #A5D9B5. Grayscale: #393939. Windows color (decimal): -10869174 or 4859482. OLE color: 4859482.

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

Color convert

RGB903874-
CMYK00.580.180.65
HSL318.46º40.62%25.1%-
HSV(B)318.46º57.78%35.29%-
XYZ6.154.056.94-
YUV57.65137.23151.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.55%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=44.55%
G=18.81%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90387400.580.180.65318.4640.6225.1
Hex5A264A03A124113e2919
Octal13246112072221014765131
Binary10110101001101001010011101010010100000110011111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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