#563D80

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

Shades of Kingfisher Daisy #563D80

Tints of Kingfisher Daisy #563D80

Color information

#563D80 (or 0x563D80) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3D and 80. RGB value is (86,61,128). Sum of RGB (Red+Green+Blue) = 86+61+128=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #563D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563D80 is #A9C27F. Grayscale: #4B4B4B. Windows color (decimal): -11125376 or 8404310. OLE color: 8404310.

HSL color Cylindrical-coordinate representation of color #563D80: hue angle of 262.39º 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 #563D80 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8661128-
CMYK0.330.5200.50
HSL262.39º35.45%37.06%-
HSV(B)262.39º52.34%50.2%-
XYZ9.46.8721.25-
YUV76.11157.28135.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 61 (24.22% from 255) = 22.18%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=31.27%
G=22.18%
B=46.55%

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
Decimal86611280.330.5200.50262.3935.4537.06
Hex563D8021340321062325
Octal1267520041640624064345
Binary1010110111101100000001000011101000110010100000110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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