#564197

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

Shades of Daisy Bush #564197

Tints of Daisy Bush #564197

Color information

#564197 (or 0x564197) is unknown color: approx Daisy Bush. HEX triplet: 56, 41 and 97. RGB value is (86,65,151). Sum of RGB (Red+Green+Blue) = 86+65+151=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #564197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564197 is #A9BE68. Grayscale: #505050. Windows color (decimal): -11124329 or 9912662. OLE color: 9912662.

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

Color convert

RGB8665151-
CMYK0.430.5700.41
HSL254.65º39.81%42.35%-
HSV(B)254.65º56.95%59.22%-
XYZ11.317.9930.22-
YUV81.08167.46131.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.48%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 151 (59.38% from 255) = 50%
R=28.48%
G=21.52%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86651510.430.5700.41254.6539.8142.35
Hex5641972B39029ff282a
Octal12610122753710513775052
Binary1010110100000110010111101011111001010100111111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564197; }

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

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

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

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

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

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

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

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