#563490

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

Shades of Daisy Bush #563490

Tints of Daisy Bush #563490

Color information

#563490 (or 0x563490) is unknown color: approx Daisy Bush. HEX triplet: 56, 34 and 90. RGB value is (86,52,144). Sum of RGB (Red+Green+Blue) = 86+52+144=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 52 (20.70% from 255 or 18.44% 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 #563490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563490 is #A9CB6F. Grayscale: #484848. Windows color (decimal): -11127664 or 9450582. OLE color: 9450582.

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

Color convert

RGB8652144-
CMYK0.400.6400.44
HSL262.17º46.94%38.43%-
HSV(B)262.17º63.89%56.47%-
XYZ10.16.4527.1-
YUV72.65168.26137.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=30.50%
G=18.44%
B=51.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86521440.400.6400.44262.1746.9438.43
Hex563490284002C1062f26
Octal12664220501000544065746
Binary10101101101001001000010100010000000101100100000110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563490; }

 p { color: rgb(86,52,144); }

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

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

 a { background-color: rgb(86,52,144); }

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

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

 span { border-color: rgb(86,52,144); }

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