#563297

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

Shades of Daisy Bush #563297

Tints of Daisy Bush #563297

Color information

#563297 (or 0x563297) is unknown color: approx Daisy Bush. HEX triplet: 56, 32 and 97. RGB value is (86,50,151). Sum of RGB (Red+Green+Blue) = 86+50+151=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #563297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563297 is #A9CD68. Grayscale: #474747. Windows color (decimal): -11128169 or 9908822. OLE color: 9908822.

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

Color convert

RGB8650151-
CMYK0.430.6700.41
HSL261.39º50.25%39.41%-
HSV(B)261.39º66.89%59.22%-
XYZ10.566.4929.97-
YUV72.28172.43137.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=29.97%
G=17.42%
B=52.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86501510.430.6700.41261.3950.2539.41
Hex5632972B430291053227
Octal12662227531030514056247
Binary10101101100101001011110101110000110101001100000101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563297; }

 p { color: rgb(86,50,151); }

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

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

 a { background-color: rgb(86,50,151); }

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

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

 span { border-color: rgb(86,50,151); }

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