#552F50

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

Shades of Loulou #552F50

Tints of Loulou #552F50

Color information

#552F50 (or 0x552F50) is unknown color: approx Loulou. HEX triplet: 55, 2F and 50. RGB value is (85,47,80). Sum of RGB (Red+Green+Blue) = 85+47+80=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #552F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F50 is #AAD0AF. Grayscale: #3E3E3E. Windows color (decimal): -11194544 or 5254997. OLE color: 5254997.

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

Color convert

RGB854780-
CMYK00.450.060.67
HSL307.89º28.79%25.88%-
HSV(B)307.89º44.71%33.33%-
XYZ6.214.548.14-
YUV62.12138.09144.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=40.09%
G=22.17%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85478000.450.060.67307.8928.7925.88
Hex552F5002D6431341d1a
Octal1255712005561034643532
Binary10101011011111010000010110111010000111001101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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