#573390

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

Shades of Daisy Bush #573390

Tints of Daisy Bush #573390

Color information

#573390 (or 0x573390) is unknown color: approx Daisy Bush. HEX triplet: 57, 33 and 90. RGB value is (87,51,144). Sum of RGB (Red+Green+Blue) = 87+51+144=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #573390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573390 is #A8CC6F. Grayscale: #484848. Windows color (decimal): -11062384 or 9450327. OLE color: 9450327.

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

Color convert

RGB8751144-
CMYK0.400.6500.44
HSL263.23º47.69%38.24%-
HSV(B)263.23º64.58%56.47%-
XYZ10.156.4127.09-
YUV72.37168.43138.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=30.85%
G=18.09%
B=51.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87511440.400.6500.44263.2347.6938.24
Hex573390284102C1073026
Octal12763220501010544076046
Binary10101111100111001000010100010000010101100100000111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573390; }

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

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

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

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

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

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

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

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