#553447

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

Shades of Loulou #553447

Tints of Loulou #553447

Color information

#553447 (or 0x553447) is unknown color: approx Loulou. HEX triplet: 55, 34 and 47. RGB value is (85,52,71). Sum of RGB (Red+Green+Blue) = 85+52+71=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553447 is #AACBB8. Grayscale: #3F3F3F. Windows color (decimal): -11193273 or 4666453. OLE color: 4666453.

HSL color Cylindrical-coordinate representation of color #553447: hue angle of 325.45º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #553447 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB855271-
CMYK00.390.160.67
HSL325.45º24.09%26.86%-
HSV(B)325.45º38.82%33.33%-
XYZ6.114.846.57-
YUV64.03131.93142.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 71 (28.12% from 255) = 34.13%
R=40.87%
G=25%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85527100.390.160.67325.4524.0926.86
Hex5534470271043145181b
Octal12564107047201035053033
Binary1010101110100100011101001111000010000111010001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553447; }

 p { color: rgb(85,52,71); }

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

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

 a { background-color: rgb(85,52,71); }

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

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

 span { border-color: rgb(85,52,71); }

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