#563686

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

Shades of Kingfisher Daisy #563686

Tints of Kingfisher Daisy #563686

Color information

#563686 (or 0x563686) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 36 and 86. RGB value is (86,54,134). Sum of RGB (Red+Green+Blue) = 86+54+134=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #563686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563686 is #A9C979. Grayscale: #484848. Windows color (decimal): -11127162 or 8795734. OLE color: 8795734.

HSL color Cylindrical-coordinate representation of color #563686: hue angle of 264º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563686 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8654134-
CMYK0.360.6000.47
HSL264º42.55%36.86%-
HSV(B)264º59.7%52.55%-
XYZ9.466.3423.28-
YUV72.69162.6137.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=31.39%
G=19.71%
B=48.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86541340.360.6000.4726442.5536.86
Hex563686243C02F1082b25
Octal1266620644740574105345
Binary1010110110110100001101001001111000101111100001000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563686; }

 p { color: rgb(86,54,134); }

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

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

 a { background-color: rgb(86,54,134); }

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

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

 span { border-color: rgb(86,54,134); }

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