#55324F

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

Shades of Loulou #55324F

Tints of Loulou #55324F

Color information

#55324F (or 0x55324F) is unknown color: approx Loulou. HEX triplet: 55, 32 and 4F. RGB value is (85,50,79). Sum of RGB (Red+Green+Blue) = 85+50+79=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55324F is #AACDB0. Grayscale: #3F3F3F. Windows color (decimal): -11193777 or 5190229. OLE color: 5190229.

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

Color convert

RGB855079-
CMYK00.410.070.67
HSL310.29º25.93%26.47%-
HSV(B)310.29º41.18%33.33%-
XYZ6.34.787.99-
YUV63.77136.6143.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=39.72%
G=23.36%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85507900.410.070.67310.2925.9326.47
Hex55324F0297431361a1a
Octal1256211705171034663232
Binary10101011100101001111010100111110000111001101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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