#551e4f

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

Shades of Loulou #551E4F

Tints of Loulou #551E4F

Color information

#551E4F (or 0x551E4F) is unknown color: approx Loulou. HEX triplet: 55, 1E and 4F. RGB value is (85,30,79). Sum of RGB (Red+Green+Blue) = 85+30+79=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #551E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E4F is #AAE1B0. Grayscale: #333333. Windows color (decimal): -11198897 or 5185109. OLE color: 5185109.

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

Color convert

RGB853079-
CMYK00.650.070.67
HSL306.55º47.83%22.55%-
HSV(B)306.55º64.71%33.33%-
XYZ5.623.427.76-
YUV52.03143.22151.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=43.81%
G=15.46%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85307900.650.070.67306.5547.8322.55
Hex551E4F0417431333017
Octal12536117010171034636027
Binary101010111110100111101000001111100001110011001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551e4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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