#573190

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

Shades of Daisy Bush #573190

Tints of Daisy Bush #573190

Color information

#573190 (or 0x573190) is unknown color: approx Daisy Bush. HEX triplet: 57, 31 and 90. RGB value is (87,49,144). Sum of RGB (Red+Green+Blue) = 87+49+144=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #573190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573190 is #A8CE6F. Grayscale: #464646. Windows color (decimal): -11062896 or 9449815. OLE color: 9449815.

HSL color Cylindrical-coordinate representation of color #573190: hue angle of 264º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #573190 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8749144-
CMYK0.400.6600.44
HSL264º49.22%37.84%-
HSV(B)264º65.97%56.47%-
XYZ10.066.2427.06-
YUV71.19169.09139.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=31.07%
G=17.5%
B=51.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87491440.400.6600.4426449.2237.84
Hex573190284202C1083126
Octal12761220501020544106146
Binary10101111100011001000010100010000100101100100001000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573190; }

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

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

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

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

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

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

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

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