#563E90

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

Shades of Daisy Bush #563E90

Tints of Daisy Bush #563E90

Color information

#563E90 (or 0x563E90) is unknown color: approx Daisy Bush. HEX triplet: 56, 3E and 90. RGB value is (86,62,144). Sum of RGB (Red+Green+Blue) = 86+62+144=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #563E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563E90 is #A9C16F. Grayscale: #4E4E4E. Windows color (decimal): -11125104 or 9453142. OLE color: 9453142.

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

Color convert

RGB8662144-
CMYK0.400.5700.44
HSL257.56º39.81%40.39%-
HSV(B)257.56º56.94%56.47%-
XYZ10.597.4427.26-
YUV78.52164.95133.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=29.45%
G=21.23%
B=49.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86621440.400.5700.44257.5639.8140.39
Hex563E90283902C1022828
Octal1267622050710544025050
Binary1010110111110100100001010001110010101100100000010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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