#552950

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

Shades of Loulou #552950

Tints of Loulou #552950

Color information

#552950 (or 0x552950) is unknown color: approx Loulou. HEX triplet: 55, 29 and 50. RGB value is (85,41,80). Sum of RGB (Red+Green+Blue) = 85+41+80=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #552950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552950 is #AAD6AF. Grayscale: #3A3A3A. Windows color (decimal): -11196080 or 5253461. OLE color: 5253461.

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

Color convert

RGB854180-
CMYK00.520.060.67
HSL306.82º34.92%24.71%-
HSV(B)306.82º51.76%33.33%-
XYZ5.994.18.06-
YUV58.6140.08146.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=41.26%
G=19.90%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85418000.520.060.67306.8234.9224.71
Hex5529500346431332319
Octal1255112006461034634331
Binary101010110100110100000110100110100001110011001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552950; }

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

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

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

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

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

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

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

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