#563992

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

Shades of Daisy Bush #563992

Tints of Daisy Bush #563992

Color information

#563992 (or 0x563992) is unknown color: approx Daisy Bush. HEX triplet: 56, 39 and 92. RGB value is (86,57,146). Sum of RGB (Red+Green+Blue) = 86+57+146=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #563992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563992 is #A9C66D. Grayscale: #4B4B4B. Windows color (decimal): -11126382 or 9582934. OLE color: 9582934.

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

Color convert

RGB8657146-
CMYK0.410.6100.43
HSL259.55º43.84%39.8%-
HSV(B)259.55º60.96%57.25%-
XYZ10.496.9827.99-
YUV75.82167.61135.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=29.76%
G=19.72%
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
Decimal86571460.410.6100.43259.5543.8439.8
Hex563992293D02B1042c28
Octal1267122251750534045450
Binary1010110111001100100101010011111010101011100000100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563992; }

 p { color: rgb(86,57,146); }

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

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

 a { background-color: rgb(86,57,146); }

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

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

 span { border-color: rgb(86,57,146); }

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