#564394

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

Shades of Daisy Bush #564394

Tints of Daisy Bush #564394

Color information

#564394 (or 0x564394) is unknown color: approx Daisy Bush. HEX triplet: 56, 43 and 94. RGB value is (86,67,148). Sum of RGB (Red+Green+Blue) = 86+67+148=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #564394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564394 is #A9BC6B. Grayscale: #515151. Windows color (decimal): -11123820 or 9716566. OLE color: 9716566.

HSL color Cylindrical-coordinate representation of color #564394: hue angle of 254.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564394 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8667148-
CMYK0.420.5500.42
HSL254.07º37.67%42.16%-
HSV(B)254.07º54.73%58.04%-
XYZ11.198.1329-
YUV81.92165.29130.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=28.57%
G=22.26%
B=49.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86671480.420.5500.42254.0737.6742.16
Hex5643942A3702Afe262a
Octal12610322452670523764652
Binary1010110100001110010100101010110111010101011111110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564394; }

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

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

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

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

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

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

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

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