#564196

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

Shades of Daisy Bush #564196

Tints of Daisy Bush #564196

Color information

#564196 (or 0x564196) is unknown color: approx Daisy Bush. HEX triplet: 56, 41 and 96. RGB value is (86,65,150). Sum of RGB (Red+Green+Blue) = 86+65+150=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #564196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564196 is #A9BE69. Grayscale: #505050. Windows color (decimal): -11124330 or 9847126. OLE color: 9847126.

HSL color Cylindrical-coordinate representation of color #564196: hue angle of 254.82º 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 #564196 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8665150-
CMYK0.430.5700.41
HSL254.82º39.53%42.16%-
HSV(B)254.82º56.67%58.82%-
XYZ11.237.9629.8-
YUV80.97166.96131.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=28.57%
G=21.59%
B=49.83%

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
Decimal86651500.430.5700.41254.8239.5342.16
Hex5641962B39029ff282a
Octal12610122653710513775052
Binary1010110100000110010110101011111001010100111111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564196; }

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

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

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

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

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

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

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

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