#551E4C

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

Shades of Loulou #551E4C

Tints of Loulou #551E4C

Color information

#551E4C (or 0x551E4C) is unknown color: approx Loulou. HEX triplet: 55, 1E and 4C. RGB value is (85,30,76). Sum of RGB (Red+Green+Blue) = 85+30+76=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E4C is #AAE1B3. Grayscale: #333333. Windows color (decimal): -11198900 or 4988501. OLE color: 4988501.

HSL color Cylindrical-coordinate representation of color #551E4C: hue angle of 309.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E4C is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB853076-
CMYK00.650.110.67
HSL309.82º47.83%22.55%-
HSV(B)309.82º64.71%33.33%-
XYZ5.523.387.2-
YUV51.69141.72151.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=44.50%
G=15.71%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85307600.650.110.67309.8247.8322.55
Hex551E4C041B431363017
Octal125361140101131034666027
Binary1010101111101001100010000011011100001110011011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551E4C; }

 p { color: rgb(85,30,76); }

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

<style>
 a { background-color: #551E4C; }

 a { background-color: rgb(85,30,76); }

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

<style>
 span { border-color: #551E4C; }

 span { border-color: rgb(85,30,76); }

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