#55354A

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

Shades of Loulou #55354A

Tints of Loulou #55354A

Color information

#55354A (or 0x55354A) is unknown color: approx Loulou. HEX triplet: 55, 35 and 4A. RGB value is (85,53,74). Sum of RGB (Red+Green+Blue) = 85+53+74=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55354A is #AACAB5. Grayscale: #404040. Windows color (decimal): -11193014 or 4863317. OLE color: 4863317.

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

Color convert

RGB855374-
CMYK00.380.130.67
HSL320.62º23.19%27.06%-
HSV(B)320.62º37.65%33.33%-
XYZ6.264.977.11-
YUV64.96133.1142.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=40.09%
G=25%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85537400.380.130.67320.6223.1927.06
Hex55354A026D43141171b
Octal12565112046151035012733
Binary101010111010110010100100110110110000111010000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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