#563194

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

Shades of Daisy Bush #563194

Tints of Daisy Bush #563194

Color information

#563194 (or 0x563194) is unknown color: approx Daisy Bush. HEX triplet: 56, 31 and 94. RGB value is (86,49,148). Sum of RGB (Red+Green+Blue) = 86+49+148=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #563194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563194 is #A9CE6B. Grayscale: #464646. Windows color (decimal): -11128428 or 9711958. OLE color: 9711958.

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

Color convert

RGB8649148-
CMYK0.420.6700.42
HSL262.42º50.25%38.63%-
HSV(B)262.42º66.89%58.04%-
XYZ10.286.3128.69-
YUV71.35171.26138.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=30.39%
G=17.31%
B=52.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86491480.420.6700.42262.4250.2538.63
Hex5631942A4302A1063227
Octal12661224521030524066247
Binary10101101100011001010010101010000110101010100000110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563194; }

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

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

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

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

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

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

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

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