#552650

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

Shades of Loulou #552650

Tints of Loulou #552650

Color information

#552650 (or 0x552650) is unknown color: approx Loulou. HEX triplet: 55, 26 and 50. RGB value is (85,38,80). Sum of RGB (Red+Green+Blue) = 85+38+80=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552650 is #AAD9AF. Grayscale: #383838. Windows color (decimal): -11196848 or 5252693. OLE color: 5252693.

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

Color convert

RGB853880-
CMYK00.550.060.67
HSL306.38º38.21%24.12%-
HSV(B)306.38º55.29%33.33%-
XYZ5.893.98.03-
YUV56.84141.07148.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=41.87%
G=18.72%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85388000.550.060.67306.3838.2124.12
Hex5526500376431322618
Octal1254612006761034624630
Binary101010110011010100000110111110100001110011001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552650; }

 p { color: rgb(85,38,80); }

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

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

 a { background-color: rgb(85,38,80); }

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

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

 span { border-color: rgb(85,38,80); }

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