#573054

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

Shades of Loulou #573054

Tints of Loulou #573054

Color information

#573054 (or 0x573054) is unknown color: approx Loulou. HEX triplet: 57, 30 and 54. RGB value is (87,48,84). Sum of RGB (Red+Green+Blue) = 87+48+84=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #573054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573054 is #A8CFAB. Grayscale: #3F3F3F. Windows color (decimal): -11063212 or 5517399. OLE color: 5517399.

HSL color Cylindrical-coordinate representation of color #573054: hue angle of 304.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #573054 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB874884-
CMYK00.450.030.66
HSL304.62º28.89%26.47%-
HSV(B)304.62º44.83%34.12%-
XYZ6.594.788.96-
YUV63.76139.42144.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=39.73%
G=21.92%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87488400.450.030.66304.6228.8926.47
Hex57305402D3421311d1a
Octal1276012405531024613532
Binary1010111110000101010001011011110000101001100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573054; }

 p { color: rgb(87,48,84); }

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

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

 a { background-color: rgb(87,48,84); }

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

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

 span { border-color: rgb(87,48,84); }

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