#551E46

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

Shades of Loulou #551E46

Tints of Loulou #551E46

Color information

#551E46 (or 0x551E46) is unknown color: approx Loulou. HEX triplet: 55, 1E and 46. RGB value is (85,30,70). Sum of RGB (Red+Green+Blue) = 85+30+70=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #551E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E46 is #AAE1B9. Grayscale: #323232. Windows color (decimal): -11198906 or 4595285. OLE color: 4595285.

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

Color convert

RGB853070-
CMYK00.650.180.67
HSL316.36º47.83%22.55%-
HSV(B)316.36º64.71%33.33%-
XYZ5.323.36.15-
YUV51138.72152.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=45.95%
G=16.22%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85307000.650.180.67316.3647.8322.55
Hex551E46041124313c3017
Octal125361060101221034746027
Binary10101011111010001100100000110010100001110011110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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