#552C4A

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

Shades of Loulou #552C4A

Tints of Loulou #552C4A

Color information

#552C4A (or 0x552C4A) is unknown color: approx Loulou. HEX triplet: 55, 2C and 4A. RGB value is (85,44,74). Sum of RGB (Red+Green+Blue) = 85+44+74=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C4A is #AAD3B5. Grayscale: #3B3B3B. Windows color (decimal): -11195318 or 4861013. OLE color: 4861013.

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

Color convert

RGB854474-
CMYK00.480.130.67
HSL316.1º31.78%25.29%-
HSV(B)316.1º48.24%33.33%-
XYZ5.884.236.98-
YUV59.68136.08146.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=41.87%
G=21.67%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85447400.480.130.67316.131.7825.29
Hex552C4A030D4313c2019
Octal12554112060151034744031
Binary1010101101100100101001100001101100001110011110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,44,74); }

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

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

 a { background-color: rgb(85,44,74); }

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

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

 span { border-color: rgb(85,44,74); }

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