#551E4E

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

Shades of Loulou #551E4E

Tints of Loulou #551E4E

Color information

#551E4E (or 0x551E4E) is unknown color: approx Loulou. HEX triplet: 55, 1E and 4E. RGB value is (85,30,78). Sum of RGB (Red+Green+Blue) = 85+30+78=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #551E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E4E is #AAE1B1. Grayscale: #333333. Windows color (decimal): -11198898 or 5119573. OLE color: 5119573.

HSL color Cylindrical-coordinate representation of color #551E4E: hue angle of 307.64º 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 #551E4E is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB853078-
CMYK00.650.080.67
HSL307.64º47.83%22.55%-
HSV(B)307.64º64.71%33.33%-
XYZ5.593.417.57-
YUV51.92142.72151.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 30 (12.11% from 255) = 15.54%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=44.04%
G=15.54%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85307800.650.080.67307.6447.8322.55
Hex551E4E0418431343017
Octal125361160101101034646027
Binary1010101111101001110010000011000100001110011010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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