#572A52

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

Shades of Loulou #572A52

Tints of Loulou #572A52

Color information

#572A52 (or 0x572A52) is unknown color: approx Loulou. HEX triplet: 57, 2A and 52. RGB value is (87,42,82). Sum of RGB (Red+Green+Blue) = 87+42+82=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #572A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A52 is #A8D5AD. Grayscale: #3B3B3B. Windows color (decimal): -11064750 or 5384791. OLE color: 5384791.

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

Color convert

RGB874282-
CMYK00.520.060.66
HSL306.67º34.88%25.29%-
HSV(B)306.67º51.72%34.12%-
XYZ6.284.298.48-
YUV60.02140.41147.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=41.23%
G=19.91%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87428200.520.060.66306.6734.8825.29
Hex572A520346421332319
Octal1275212206461024634331
Binary101011110101010100100110100110100001010011001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572A52; }

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

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

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

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

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

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

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

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