#563090

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

Shades of Daisy Bush #563090

Tints of Daisy Bush #563090

Color information

#563090 (or 0x563090) is unknown color: approx Daisy Bush. HEX triplet: 56, 30 and 90. RGB value is (86,48,144). Sum of RGB (Red+Green+Blue) = 86+48+144=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #563090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563090 is #A9CF6F. Grayscale: #454545. Windows color (decimal): -11128688 or 9449558. OLE color: 9449558.

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

Color convert

RGB8648144-
CMYK0.400.6700.44
HSL263.75º50%37.65%-
HSV(B)263.75º66.67%56.47%-
XYZ9.936.1127.04-
YUV70.31169.59139.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=30.94%
G=17.27%
B=51.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86481440.400.6700.44263.755037.65
Hex563090284302C1083226
Octal12660220501030544106246
Binary10101101100001001000010100010000110101100100001000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563090; }

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

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

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

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

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

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

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

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