#563291

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

Shades of Daisy Bush #563291

Tints of Daisy Bush #563291

Color information

#563291 (or 0x563291) is unknown color: approx Daisy Bush. HEX triplet: 56, 32 and 91. RGB value is (86,50,145). Sum of RGB (Red+Green+Blue) = 86+50+145=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #563291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563291 is #A9CD6E. Grayscale: #474747. Windows color (decimal): -11128175 or 9515606. OLE color: 9515606.

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

Color convert

RGB8650145-
CMYK0.410.6600.43
HSL262.74º48.72%38.24%-
HSV(B)262.74º65.52%56.86%-
XYZ10.096.327.47-
YUV71.59169.43138.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=30.60%
G=17.79%
B=51.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86501450.410.6600.43262.7448.7238.24
Hex563291294202B1073126
Octal12662221511020534076146
Binary10101101100101001000110100110000100101011100000111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563291; }

 p { color: rgb(86,50,145); }

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

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

 a { background-color: rgb(86,50,145); }

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

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

 span { border-color: rgb(86,50,145); }

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