#55194A

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

Shades of Loulou #55194A

Tints of Loulou #55194A

Color information

#55194A (or 0x55194A) is unknown color: approx Loulou. HEX triplet: 55, 19 and 4A. RGB value is (85,25,74). Sum of RGB (Red+Green+Blue) = 85+25+74=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55194A is #AAE6B5. Grayscale: #303030. Windows color (decimal): -11200182 or 4856149. OLE color: 4856149.

HSL color Cylindrical-coordinate representation of color #55194A: hue angle of 311º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55194A is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB852574-
CMYK00.710.130.67
HSL311º54.55%21.57%-
HSV(B)311º70.59%33.33%-
XYZ5.333.126.8-
YUV48.53142.38154.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=46.20%
G=13.59%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85257400.710.130.6731154.5521.57
Hex55194A047D431373716
Octal125311120107151034676726
Binary1010101110011001010010001111101100001110011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55194A; }

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

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

<style>
 a { background-color: #55194A; }

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

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

<style>
 span { border-color: #55194A; }

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

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