#5D294D

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

Shades of Loulou #5D294D

Tints of Loulou #5D294D

Color information

#5D294D (or 0x5D294D) is unknown color: approx Loulou. HEX triplet: 5D, 29 and 4D. RGB value is (93,41,77). Sum of RGB (Red+Green+Blue) = 93+41+77=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D294D is #A2D6B2. Grayscale: #3C3C3C. Windows color (decimal): -10671795 or 5056861. OLE color: 5056861.

HSL color Cylindrical-coordinate representation of color #5D294D: hue angle of 318.46º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D294D is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB934177-
CMYK00.560.170.64
HSL318.46º38.81%26.27%-
HSV(B)318.46º55.91%36.47%-
XYZ6.654.457.53-
YUV60.65137.23151.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.08%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=44.08%
G=19.43%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93417700.560.170.64318.4638.8126.27
Hex5D294D038114013e271a
Octal13551115070211004764732
Binary10111011010011001101011100010001100000010011111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,41,77); }

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

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

 a { background-color: rgb(93,41,77); }

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

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

 span { border-color: rgb(93,41,77); }

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