#572652

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

Shades of Loulou #572652

Tints of Loulou #572652

Color information

#572652 (or 0x572652) is unknown color: approx Loulou. HEX triplet: 57, 26 and 52. RGB value is (87,38,82). Sum of RGB (Red+Green+Blue) = 87+38+82=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #572652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572652 is #A8D9AD. Grayscale: #393939. Windows color (decimal): -11065774 or 5383767. OLE color: 5383767.

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

Color convert

RGB873882-
CMYK00.560.060.66
HSL306.12º39.2%24.51%-
HSV(B)306.12º56.32%34.12%-
XYZ6.154.028.43-
YUV57.67141.73148.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.03%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=42.03%
G=18.36%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87388200.560.060.66306.1239.224.51
Hex5726520386421322719
Octal1274612207061024624731
Binary101011110011010100100111000110100001010011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572652; }

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

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

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

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

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

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

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

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