#55324C

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

Shades of Loulou #55324C

Tints of Loulou #55324C

Color information

#55324C (or 0x55324C) is unknown color: approx Loulou. HEX triplet: 55, 32 and 4C. RGB value is (85,50,76). Sum of RGB (Red+Green+Blue) = 85+50+76=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55324C is #AACDB3. Grayscale: #3F3F3F. Windows color (decimal): -11193780 or 4993621. OLE color: 4993621.

HSL color Cylindrical-coordinate representation of color #55324C: hue angle of 315.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55324C is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB855076-
CMYK00.410.110.67
HSL315.43º25.93%26.47%-
HSV(B)315.43º41.18%33.33%-
XYZ6.194.737.42-
YUV63.43135.1143.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=40.28%
G=23.70%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85507600.410.110.67315.4325.9326.47
Hex55324C029B4313b1a1a
Octal12562114051131034733232
Binary101010111001010011000101001101110000111001110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55324C; }

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

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

<style>
 a { background-color: #55324C; }

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

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

<style>
 span { border-color: #55324C; }

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

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