#563892

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

Shades of Daisy Bush #563892

Tints of Daisy Bush #563892

Color information

#563892 (or 0x563892) is unknown color: approx Daisy Bush. HEX triplet: 56, 38 and 92. RGB value is (86,56,146). Sum of RGB (Red+Green+Blue) = 86+56+146=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #563892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563892 is #A9C76D. Grayscale: #4A4A4A. Windows color (decimal): -11126638 or 9582678. OLE color: 9582678.

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

Color convert

RGB8656146-
CMYK0.410.6200.43
HSL260º44.55%39.61%-
HSV(B)260º61.64%57.25%-
XYZ10.446.8827.97-
YUV75.23167.94135.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=29.86%
G=19.44%
B=50.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86561460.410.6200.4326044.5539.61
Hex563892293E02B1042d28
Octal1267022251760534045550
Binary1010110111000100100101010011111100101011100000100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563892; }

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

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

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

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

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

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

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

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