#552F4C

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

Shades of Loulou #552F4C

Tints of Loulou #552F4C

Color information

#552F4C (or 0x552F4C) is unknown color: approx Loulou. HEX triplet: 55, 2F and 4C. RGB value is (85,47,76). Sum of RGB (Red+Green+Blue) = 85+47+76=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #552F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F4C is #AAD0B3. Grayscale: #3D3D3D. Windows color (decimal): -11194548 or 4992853. OLE color: 4992853.

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

Color convert

RGB854776-
CMYK00.450.110.67
HSL314.21º28.79%25.88%-
HSV(B)314.21º44.71%33.33%-
XYZ6.074.497.38-
YUV61.67136.09144.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=40.87%
G=22.60%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85477600.450.110.67314.2128.7925.88
Hex552F4C02DB4313a1d1a
Octal12557114055131034723532
Binary101010110111110011000101101101110000111001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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