#563980

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

Shades of Kingfisher Daisy #563980

Tints of Kingfisher Daisy #563980

Color information

#563980 (or 0x563980) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 39 and 80. RGB value is (86,57,128). Sum of RGB (Red+Green+Blue) = 86+57+128=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #563980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563980 is #A9C67F. Grayscale: #494949. Windows color (decimal): -11126400 or 8403286. OLE color: 8403286.

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

Color convert

RGB8657128-
CMYK0.330.5500.50
HSL264.51º38.38%36.27%-
HSV(B)264.51º55.47%50.2%-
XYZ9.26.4621.18-
YUV73.76158.61136.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 128 (50.39% from 255) = 47.23%
R=31.73%
G=21.03%
B=47.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86571280.330.5500.50264.5138.3836.27
Hex56398021370321092624
Octal1267120041670624114644
Binary1010110111001100000001000011101110110010100001001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563980; }

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

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

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

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

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

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

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

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