#563CA2

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

Shades of Daisy Bush #563CA2

Tints of Daisy Bush #563CA2

Color information

#563CA2 (or 0x563CA2) is unknown color: approx Daisy Bush. HEX triplet: 56, 3C and A2. RGB value is (86,60,162). Sum of RGB (Red+Green+Blue) = 86+60+162=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #563CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563CA2 is #A9C35D. Grayscale: #4F4F4F. Windows color (decimal): -11125598 or 10632278. OLE color: 10632278.

HSL color Cylindrical-coordinate representation of color #563CA2: hue angle of 255.29º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563CA2 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8660162-
CMYK0.470.6300.36
HSL255.29º45.95%43.53%-
HSV(B)255.29º62.96%63.53%-
XYZ11.987.8235.06-
YUV79.4174.61132.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 60 (23.83% from 255) = 19.48%
BLUE value IS 162 (63.67% from 255) = 52.60%
R=27.92%
G=19.48%
B=52.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86601620.470.6300.36255.2945.9543.53
Hex563CA22F3F024ff2e2c
Octal1267424257770443775654
Binary101011011110010100010101111111111010010011111111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563CA2; }

 p { color: rgb(86,60,162); }

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

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

 a { background-color: rgb(86,60,162); }

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

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

 span { border-color: rgb(86,60,162); }

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