#564597

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

Shades of Daisy Bush #564597

Tints of Daisy Bush #564597

Color information

#564597 (or 0x564597) is unknown color: approx Daisy Bush. HEX triplet: 56, 45 and 97. RGB value is (86,69,151). Sum of RGB (Red+Green+Blue) = 86+69+151=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #564597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564597 is #A9BA68. Grayscale: #535353. Windows color (decimal): -11123305 or 9913686. OLE color: 9913686.

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

Color convert

RGB8669151-
CMYK0.430.5400.41
HSL252.44º37.27%43.14%-
HSV(B)252.44º54.3%59.22%-
XYZ11.558.4730.3-
YUV83.43166.13129.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 151 (59.38% from 255) = 49.35%
R=28.10%
G=22.55%
B=49.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86691510.430.5400.41252.4437.2743.14
Hex5645972B36029fc252b
Octal12610522753660513744553
Binary1010110100010110010111101011110110010100111111100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564597; }

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

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

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

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

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

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

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

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