#552B4D

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

Shades of Loulou #552B4D

Tints of Loulou #552B4D

Color information

#552B4D (or 0x552B4D) is unknown color: approx Loulou. HEX triplet: 55, 2B and 4D. RGB value is (85,43,77). Sum of RGB (Red+Green+Blue) = 85+43+77=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #552B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B4D is #AAD4B2. Grayscale: #3B3B3B. Windows color (decimal): -11195571 or 5057365. OLE color: 5057365.

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

Color convert

RGB854377-
CMYK00.490.090.67
HSL311.43º32.81%25.1%-
HSV(B)311.43º49.41%33.33%-
XYZ5.954.197.52-
YUV59.43137.91146.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=41.46%
G=20.98%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85437700.490.090.67311.4332.8125.1
Hex552B4D0319431372119
Octal12553115061111034674131
Binary1010101101011100110101100011001100001110011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,43,77); }

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

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

 a { background-color: rgb(85,43,77); }

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

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

 span { border-color: rgb(85,43,77); }

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