#573052

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

Shades of Loulou #573052

Tints of Loulou #573052

Color information

#573052 (or 0x573052) is unknown color: approx Loulou. HEX triplet: 57, 30 and 52. RGB value is (87,48,82). Sum of RGB (Red+Green+Blue) = 87+48+82=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #573052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573052 is #A8CFAD. Grayscale: #3F3F3F. Windows color (decimal): -11063214 or 5386327. OLE color: 5386327.

HSL color Cylindrical-coordinate representation of color #573052: hue angle of 307.69º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #573052 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB874882-
CMYK00.450.060.66
HSL307.69º28.89%26.47%-
HSV(B)307.69º44.83%34.12%-
XYZ6.514.758.56-
YUV63.54138.42144.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=40.09%
G=22.12%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87488200.450.060.66307.6928.8926.47
Hex57305202D6421341d1a
Octal1276012205561024643532
Binary10101111100001010010010110111010000101001101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573052; }

 p { color: rgb(87,48,82); }

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

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

 a { background-color: rgb(87,48,82); }

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

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

 span { border-color: rgb(87,48,82); }

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