#573EA1

Color #573EA1 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #573EA1

Tints of Daisy Bush #573EA1

Color information

#573EA1 (or 0x573EA1) is unknown color: approx Daisy Bush. HEX triplet: 57, 3E and A1. RGB value is (87,62,161). Sum of RGB (Red+Green+Blue) = 87+62+161=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 161 (63.28% from 255 or 51.94% from 310); Max value from RGB is 161 - color contains mainly: blue. Hex color #573EA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573EA1 is #A8C15E. Grayscale: #505050. Windows color (decimal): -11059551 or 10567255. OLE color: 10567255.

HSL color Cylindrical-coordinate representation of color #573EA1: hue angle of 255.15º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #573EA1 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8762161-
CMYK0.460.6100.37
HSL255.15º44.39%43.73%-
HSV(B)255.15º61.49%63.14%-
XYZ12.098.0434.63-
YUV80.76173.28132.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 161 (63.28% from 255) = 51.94%
R=28.06%
G=20%
B=51.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87621610.460.6100.37255.1544.3943.73
Hex573EA12E3D025ff2c2c
Octal1277624156750453775454
Binary101011111111010100001101110111101010010111111111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573EA1; }

 p { color: rgb(87,62,161); }

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

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

 a { background-color: rgb(87,62,161); }

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

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

 span { border-color: rgb(87,62,161); }

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