#552D4C

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

Shades of Loulou #552D4C

Tints of Loulou #552D4C

Color information

#552D4C (or 0x552D4C) is unknown color: approx Loulou. HEX triplet: 55, 2D and 4C. RGB value is (85,45,76). Sum of RGB (Red+Green+Blue) = 85+45+76=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #552D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D4C is #AAD2B3. Grayscale: #3C3C3C. Windows color (decimal): -11195060 or 4992341. OLE color: 4992341.

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

Color convert

RGB854576-
CMYK00.470.110.67
HSL313.5º30.77%25.49%-
HSV(B)313.5º47.06%33.33%-
XYZ5.994.337.36-
YUV60.49136.75145.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=41.26%
G=21.84%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85457600.470.110.67313.530.7725.49
Hex552D4C02FB4313a1f19
Octal12555114057131034723731
Binary101010110110110011000101111101110000111001110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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