#563E80

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

Shades of Kingfisher Daisy #563E80

Tints of Kingfisher Daisy #563E80

Color information

#563E80 (or 0x563E80) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3E and 80. RGB value is (86,62,128). Sum of RGB (Red+Green+Blue) = 86+62+128=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #563E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563E80 is #A9C17F. Grayscale: #4C4C4C. Windows color (decimal): -11125120 or 8404566. OLE color: 8404566.

HSL color Cylindrical-coordinate representation of color #563E80: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #563E80 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8662128-
CMYK0.330.5200.50
HSL261.82º34.74%37.25%-
HSV(B)261.82º51.56%50.2%-
XYZ9.466.9821.27-
YUV76.7156.95134.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=31.16%
G=22.46%
B=46.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86621280.330.5200.50261.8234.7437.25
Hex563E8021340321062325
Octal1267620041640624064345
Binary1010110111110100000001000011101000110010100000110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563E80; }

 p { color: rgb(86,62,128); }

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

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

 a { background-color: rgb(86,62,128); }

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

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

 span { border-color: rgb(86,62,128); }

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