#552E4A

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

Shades of Loulou #552E4A

Tints of Loulou #552E4A

Color information

#552E4A (or 0x552E4A) is unknown color: approx Loulou. HEX triplet: 55, 2E and 4A. RGB value is (85,46,74). Sum of RGB (Red+Green+Blue) = 85+46+74=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #552E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E4A is #AAD1B5. Grayscale: #3C3C3C. Windows color (decimal): -11194806 or 4861525. OLE color: 4861525.

HSL color Cylindrical-coordinate representation of color #552E4A: hue angle of 316.92º 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 #552E4A is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB854674-
CMYK00.460.130.67
HSL316.92º29.77%25.69%-
HSV(B)316.92º45.88%33.33%-
XYZ5.964.387.01-
YUV60.85135.42145.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=41.46%
G=22.44%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85467400.460.130.67316.9229.7725.69
Hex552E4A02ED4313d1e1a
Octal12556112056151034753632
Binary101010110111010010100101110110110000111001111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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