#55324E

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

Shades of Loulou #55324E

Tints of Loulou #55324E

Color information

#55324E (or 0x55324E) is unknown color: approx Loulou. HEX triplet: 55, 32 and 4E. RGB value is (85,50,78). Sum of RGB (Red+Green+Blue) = 85+50+78=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55324E is #AACDB1. Grayscale: #3F3F3F. Windows color (decimal): -11193778 or 5124693. OLE color: 5124693.

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

Color convert

RGB855078-
CMYK00.410.080.67
HSL312º25.93%26.47%-
HSV(B)312º41.18%33.33%-
XYZ6.264.767.8-
YUV63.66136.1143.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=39.91%
G=23.47%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85507800.410.080.6731225.9326.47
Hex55324E0298431381a1a
Octal12562116051101034703232
Binary101010111001010011100101001100010000111001110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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