#573590

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

Shades of Daisy Bush #573590

Tints of Daisy Bush #573590

Color information

#573590 (or 0x573590) is unknown color: approx Daisy Bush. HEX triplet: 57, 35 and 90. RGB value is (87,53,144). Sum of RGB (Red+Green+Blue) = 87+53+144=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #573590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573590 is #A8CA6F. Grayscale: #494949. Windows color (decimal): -11061872 or 9450839. OLE color: 9450839.

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

Color convert

RGB8753144-
CMYK0.400.6300.44
HSL262.42º46.19%38.63%-
HSV(B)262.42º63.19%56.47%-
XYZ10.246.5927.12-
YUV73.54167.76137.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.63%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=30.63%
G=18.66%
B=50.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87531440.400.6300.44262.4246.1938.63
Hex573590283F02C1062e27
Octal1276522050770544065647
Binary1010111110101100100001010001111110101100100000110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573590; }

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

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

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

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

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

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

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

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