#563A81

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

Shades of Kingfisher Daisy #563A81

Tints of Kingfisher Daisy #563A81

Color information

#563A81 (or 0x563A81) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3A and 81. RGB value is (86,58,129). Sum of RGB (Red+Green+Blue) = 86+58+129=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #563A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563A81 is #A9C57E. Grayscale: #4A4A4A. Windows color (decimal): -11126143 or 8469078. OLE color: 8469078.

HSL color Cylindrical-coordinate representation of color #563A81: hue angle of 263.66º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #563A81 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8658129-
CMYK0.330.5500.49
HSL263.66º37.97%36.67%-
HSV(B)263.66º55.04%50.59%-
XYZ9.316.5921.55-
YUV74.47158.78136.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=31.50%
G=21.25%
B=47.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86581290.330.5500.49263.6637.9736.67
Hex563A8121370311082625
Octal1267220141670614104645
Binary1010110111010100000011000011101110110001100001000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,58,129); }

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

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

 a { background-color: rgb(86,58,129); }

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

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

 span { border-color: rgb(86,58,129); }

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