#552E4C

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

Shades of Loulou #552E4C

Tints of Loulou #552E4C

Color information

#552E4C (or 0x552E4C) is unknown color: approx Loulou. HEX triplet: 55, 2E and 4C. RGB value is (85,46,76). Sum of RGB (Red+Green+Blue) = 85+46+76=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #552E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E4C is #AAD1B3. Grayscale: #3D3D3D. Windows color (decimal): -11194804 or 4992597. OLE color: 4992597.

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

Color convert

RGB854676-
CMYK00.460.110.67
HSL313.85º29.77%25.69%-
HSV(B)313.85º45.88%33.33%-
XYZ6.034.417.37-
YUV61.08136.42145.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=41.06%
G=22.22%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85467600.460.110.67313.8529.7725.69
Hex552E4C02EB4313a1e1a
Octal12556114056131034723632
Binary101010110111010011000101110101110000111001110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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