#563891

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

Shades of Daisy Bush #563891

Tints of Daisy Bush #563891

Color information

#563891 (or 0x563891) is unknown color: approx Daisy Bush. HEX triplet: 56, 38 and 91. RGB value is (86,56,145). Sum of RGB (Red+Green+Blue) = 86+56+145=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #563891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563891 is #A9C76E. Grayscale: #4A4A4A. Windows color (decimal): -11126639 or 9517142. OLE color: 9517142.

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

Color convert

RGB8656145-
CMYK0.410.6100.43
HSL260.22º44.28%39.41%-
HSV(B)260.22º61.38%56.86%-
XYZ10.366.8527.56-
YUV75.12167.44135.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=29.97%
G=19.51%
B=50.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86561450.410.6100.43260.2244.2839.41
Hex563891293D02B1042c27
Octal1267022151750534045447
Binary1010110111000100100011010011111010101011100000100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563891; }

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

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

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

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

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

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

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

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