#563CAA

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

Shades of Daisy Bush #563CAA

Tints of Daisy Bush #563CAA

Color information

#563CAA (or 0x563CAA) is unknown color: approx Daisy Bush. HEX triplet: 56, 3C and AA. RGB value is (86,60,170). Sum of RGB (Red+Green+Blue) = 86+60+170=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #563CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563CAA is #A9C355. Grayscale: #4F4F4F. Windows color (decimal): -11125590 or 11156566. OLE color: 11156566.

HSL color Cylindrical-coordinate representation of color #563CAA: hue angle of 254.18º 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 #563CAA is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8660170-
CMYK0.490.6500.33
HSL254.18º47.83%45.1%-
HSV(B)254.18º64.71%66.67%-
XYZ12.718.1138.93-
YUV80.31178.61132.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.22%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=27.22%
G=18.99%
B=53.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86601700.490.6500.33254.1847.8345.1
Hex563CAA3141021fe302d
Octal12674252611010413766055
Binary1010110111100101010101100011000001010000111111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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