#573391

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

Shades of Daisy Bush #573391

Tints of Daisy Bush #573391

Color information

#573391 (or 0x573391) is unknown color: approx Daisy Bush. HEX triplet: 57, 33 and 91. RGB value is (87,51,145). Sum of RGB (Red+Green+Blue) = 87+51+145=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #573391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573391 is #A8CC6E. Grayscale: #484848. Windows color (decimal): -11062383 or 9515863. OLE color: 9515863.

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

Color convert

RGB8751145-
CMYK0.40.6500.43
HSL262.98º47.96%38.43%-
HSV(B)262.98º64.83%56.86%-
XYZ10.236.4427.49-
YUV72.48168.93138.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=30.74%
G=18.02%
B=51.24%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87511450.40.6500.43262.9847.9638.43
Hex573391284102B1073026
Octal12763221501010534076046
Binary10101111100111001000110100010000010101011100000111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573391; }

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

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

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

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

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

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

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

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