#573090

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

Shades of Daisy Bush #573090

Tints of Daisy Bush #573090

Color information

#573090 (or 0x573090) is unknown color: approx Daisy Bush. HEX triplet: 57, 30 and 90. RGB value is (87,48,144). Sum of RGB (Red+Green+Blue) = 87+48+144=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #573090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573090 is #A8CF6F. Grayscale: #464646. Windows color (decimal): -11063152 or 9449559. OLE color: 9449559.

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

Color convert

RGB8748144-
CMYK0.400.6700.44
HSL264.38º50%37.65%-
HSV(B)264.38º66.67%56.47%-
XYZ10.026.1527.05-
YUV70.6169.42139.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=31.18%
G=17.20%
B=51.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87481440.400.6700.44264.385037.65
Hex573090284302C1083226
Octal12760220501030544106246
Binary10101111100001001000010100010000110101100100001000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573090; }

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

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

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

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

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

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

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

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