#564399

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

Shades of Daisy Bush #564399

Tints of Daisy Bush #564399

Color information

#564399 (or 0x564399) is unknown color: approx Daisy Bush. HEX triplet: 56, 43 and 99. RGB value is (86,67,153). Sum of RGB (Red+Green+Blue) = 86+67+153=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #564399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564399 is #A9BC66. Grayscale: #525252. Windows color (decimal): -11123815 or 10044246. OLE color: 10044246.

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

Color convert

RGB8667153-
CMYK0.440.5600.4
HSL253.26º39.09%43.14%-
HSV(B)253.26º56.21%60%-
XYZ11.598.2931.13-
YUV82.49167.79130.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 153 (60.16% from 255) = 50%
R=28.10%
G=21.90%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86671530.440.5600.4253.2639.0943.14
Hex5643992C38028fd272b
Octal12610323154700503754753
Binary1010110100001110011001101100111000010100011111101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564399; }

 p { color: rgb(86,67,153); }

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

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

 a { background-color: rgb(86,67,153); }

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

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

 span { border-color: rgb(86,67,153); }

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