#552F4F

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

Shades of Loulou #552F4F

Tints of Loulou #552F4F

Color information

#552F4F (or 0x552F4F) is unknown color: approx Loulou. HEX triplet: 55, 2F and 4F. RGB value is (85,47,79). Sum of RGB (Red+Green+Blue) = 85+47+79=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #552F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F4F is #AAD0B0. Grayscale: #3D3D3D. Windows color (decimal): -11194545 or 5189461. OLE color: 5189461.

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

Color convert

RGB854779-
CMYK00.450.070.67
HSL309.47º28.79%25.88%-
HSV(B)309.47º44.71%33.33%-
XYZ6.174.537.95-
YUV62.01137.59144.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 47 (18.75% from 255) = 22.27%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=40.28%
G=22.27%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85477900.450.070.67309.4728.7925.88
Hex552F4F02D7431351d1a
Octal1255711705571034653532
Binary10101011011111001111010110111110000111001101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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