#563781

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

Shades of Kingfisher Daisy #563781

Tints of Kingfisher Daisy #563781

Color information

#563781 (or 0x563781) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 37 and 81. RGB value is (86,55,129). Sum of RGB (Red+Green+Blue) = 86+55+129=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #563781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563781 is #A9C87E. Grayscale: #484848. Windows color (decimal): -11126911 or 8468310. OLE color: 8468310.

HSL color Cylindrical-coordinate representation of color #563781: hue angle of 265.14º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #563781 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8655129-
CMYK0.330.5700.49
HSL265.14º40.22%36.08%-
HSV(B)265.14º57.36%50.59%-
XYZ9.176.321.5-
YUV72.7159.77137.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 129 (50.78% from 255) = 47.78%
R=31.85%
G=20.37%
B=47.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86551290.330.5700.49265.1440.2236.08
Hex56378121390311092824
Octal1266720141710614115044
Binary1010110110111100000011000011110010110001100001001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563781; }

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

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

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

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

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

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

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

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