#572953

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

Shades of Loulou #572953

Tints of Loulou #572953

Color information

#572953 (or 0x572953) is unknown color: approx Loulou. HEX triplet: 57, 29 and 53. RGB value is (87,41,83). Sum of RGB (Red+Green+Blue) = 87+41+83=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #572953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572953 is #A8D6AC. Grayscale: #3B3B3B. Windows color (decimal): -11065005 or 5450071. OLE color: 5450071.

HSL color Cylindrical-coordinate representation of color #572953: hue angle of 305.22º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572953 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB874183-
CMYK00.530.050.66
HSL305.22º35.94%25.1%-
HSV(B)305.22º52.87%34.12%-
XYZ6.284.248.67-
YUV59.54141.24147.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=41.23%
G=19.43%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87418300.530.050.66305.2235.9425.1
Hex5729530355421312419
Octal1275112306551024614431
Binary101011110100110100110110101101100001010011000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572953; }

 p { color: rgb(87,41,83); }

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

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

 a { background-color: rgb(87,41,83); }

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

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

 span { border-color: rgb(87,41,83); }

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