#573153

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

Shades of Loulou #573153

Tints of Loulou #573153

Color information

#573153 (or 0x573153) is unknown color: approx Loulou. HEX triplet: 57, 31 and 53. RGB value is (87,49,83). Sum of RGB (Red+Green+Blue) = 87+49+83=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #573153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573153 is #A8CEAC. Grayscale: #404040. Windows color (decimal): -11062957 or 5452119. OLE color: 5452119.

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

Color convert

RGB874983-
CMYK00.440.050.66
HSL306.32º27.94%26.67%-
HSV(B)306.32º43.68%34.12%-
XYZ6.594.858.77-
YUV64.24138.59144.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=39.73%
G=22.37%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87498300.440.050.66306.3227.9426.67
Hex57315302C5421321c1b
Octal1276112305451024623433
Binary10101111100011010011010110010110000101001100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573153; }

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

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

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

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

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

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

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

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