#563CAB

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

Shades of Daisy Bush #563CAB

Tints of Daisy Bush #563CAB

Color information

#563CAB (or 0x563CAB) is unknown color: approx Daisy Bush. HEX triplet: 56, 3C and AB. RGB value is (86,60,171). Sum of RGB (Red+Green+Blue) = 86+60+171=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #563CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563CAB is #A9C354. Grayscale: #505050. Windows color (decimal): -11125589 or 11222102. OLE color: 11222102.

HSL color Cylindrical-coordinate representation of color #563CAB: hue angle of 254.05º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #563CAB is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8660171-
CMYK0.500.6500.33
HSL254.05º48.05%45.29%-
HSV(B)254.05º64.91%67.06%-
XYZ12.88.1539.43-
YUV80.43179.11131.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 60 (23.83% from 255) = 18.93%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=27.13%
G=18.93%
B=53.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86601710.500.6500.33254.0548.0545.29
Hex563CAB3241021fe302d
Octal12674253621010413766055
Binary1010110111100101010111100101000001010000111111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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