#552A4F

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

Shades of Loulou #552A4F

Tints of Loulou #552A4F

Color information

#552A4F (or 0x552A4F) is unknown color: approx Loulou. HEX triplet: 55, 2A and 4F. RGB value is (85,42,79). Sum of RGB (Red+Green+Blue) = 85+42+79=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #552A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A4F is #AAD5B0. Grayscale: #3A3A3A. Windows color (decimal): -11195825 or 5188181. OLE color: 5188181.

HSL color Cylindrical-coordinate representation of color #552A4F: hue angle of 308.37º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A4F is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB854279-
CMYK00.510.070.67
HSL308.37º33.86%24.9%-
HSV(B)308.37º50.59%33.33%-
XYZ5.994.157.88-
YUV59.08139.25146.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=41.26%
G=20.39%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85427900.510.070.67308.3733.8624.9
Hex552A4F0337431342219
Octal1255211706371034644231
Binary101010110101010011110110011111100001110011010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552A4F; }

 p { color: rgb(85,42,79); }

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

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

 a { background-color: rgb(85,42,79); }

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

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

 span { border-color: rgb(85,42,79); }

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