#563095

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

Shades of Daisy Bush #563095

Tints of Daisy Bush #563095

Color information

#563095 (or 0x563095) is unknown color: approx Daisy Bush. HEX triplet: 56, 30 and 95. RGB value is (86,48,149). Sum of RGB (Red+Green+Blue) = 86+48+149=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #563095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563095 is #A9CF6A. Grayscale: #464646. Windows color (decimal): -11128683 or 9777238. OLE color: 9777238.

HSL color Cylindrical-coordinate representation of color #563095: hue angle of 262.57º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #563095 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8648149-
CMYK0.420.6800.42
HSL262.57º51.27%38.63%-
HSV(B)262.57º67.79%58.43%-
XYZ10.326.2629.1-
YUV70.88172.09138.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=30.39%
G=16.96%
B=52.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86481490.420.6800.42262.5751.2738.63
Hex5630952A4402A1073327
Octal12660225521040524076347
Binary10101101100001001010110101010001000101010100000111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563095; }

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

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

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

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

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

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

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

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