#572551

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

Shades of Loulou #572551

Tints of Loulou #572551

Color information

#572551 (or 0x572551) is unknown color: approx Loulou. HEX triplet: 57, 25 and 51. RGB value is (87,37,81). Sum of RGB (Red+Green+Blue) = 87+37+81=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #572551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572551 is #A8DAAE. Grayscale: #383838. Windows color (decimal): -11066031 or 5317975. OLE color: 5317975.

HSL color Cylindrical-coordinate representation of color #572551: hue angle of 307.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #572551 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB873781-
CMYK00.570.070.66
HSL307.2º40.32%24.31%-
HSV(B)307.2º57.47%34.12%-
XYZ6.083.948.23-
YUV56.97141.56149.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=42.44%
G=18.05%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87378100.570.070.66307.240.3224.31
Hex5725510397421332818
Octal1274512107171024635030
Binary101011110010110100010111001111100001010011001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572551; }

 p { color: rgb(87,37,81); }

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

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

 a { background-color: rgb(87,37,81); }

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

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

 span { border-color: rgb(87,37,81); }

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