#55194D

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

Shades of Loulou #55194D

Tints of Loulou #55194D

Color information

#55194D (or 0x55194D) is unknown color: approx Loulou. HEX triplet: 55, 19 and 4D. RGB value is (85,25,77). Sum of RGB (Red+Green+Blue) = 85+25+77=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #55194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55194D is #AAE6B2. Grayscale: #303030. Windows color (decimal): -11200179 or 5052757. OLE color: 5052757.

HSL color Cylindrical-coordinate representation of color #55194D: hue angle of 308º 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 #55194D is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB852577-
CMYK00.710.090.67
HSL308º54.55%21.57%-
HSV(B)308º70.59%33.33%-
XYZ5.433.167.35-
YUV48.87143.88153.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=45.45%
G=13.37%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85257700.710.090.6730854.5521.57
Hex55194D0479431343716
Octal125311150107111034646726
Binary1010101110011001101010001111001100001110011010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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