#552D4F

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

Shades of Loulou #552D4F

Tints of Loulou #552D4F

Color information

#552D4F (or 0x552D4F) is unknown color: approx Loulou. HEX triplet: 55, 2D and 4F. RGB value is (85,45,79). Sum of RGB (Red+Green+Blue) = 85+45+79=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #552D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D4F is #AAD2B0. Grayscale: #3C3C3C. Windows color (decimal): -11195057 or 5188949. OLE color: 5188949.

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

Color convert

RGB854579-
CMYK00.470.070.67
HSL309º30.77%25.49%-
HSV(B)309º47.06%33.33%-
XYZ6.14.377.92-
YUV60.84138.25145.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=40.67%
G=21.53%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85457900.470.070.6730930.7725.49
Hex552D4F02F7431351f19
Octal1255511705771034653731
Binary10101011011011001111010111111110000111001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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