#55184E

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

Shades of Loulou #55184E

Tints of Loulou #55184E

Color information

#55184E (or 0x55184E) is unknown color: approx Loulou. HEX triplet: 55, 18 and 4E. RGB value is (85,24,78). Sum of RGB (Red+Green+Blue) = 85+24+78=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #55184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55184E is #AAE7B1. Grayscale: #303030. Windows color (decimal): -11200434 or 5118037. OLE color: 5118037.

HSL color Cylindrical-coordinate representation of color #55184E: hue angle of 306.89º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55184E is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB852478-
CMYK00.720.080.67
HSL306.89º55.96%21.37%-
HSV(B)306.89º71.76%33.33%-
XYZ5.453.137.53-
YUV48.4144.71154.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=45.45%
G=12.83%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85247800.720.080.67306.8955.9621.37
Hex55184E0488431333815
Octal125301160110101034637025
Binary1010101110001001110010010001000100001110011001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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