#563777

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

Shades of Kingfisher Daisy #563777

Tints of Kingfisher Daisy #563777

Color information

#563777 (or 0x563777) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 37 and 77. RGB value is (86,55,119). Sum of RGB (Red+Green+Blue) = 86+55+119=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #563777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563777 is #A9C888. Grayscale: #474747. Windows color (decimal): -11126921 or 7812950. OLE color: 7812950.

HSL color Cylindrical-coordinate representation of color #563777: hue angle of 269.06º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #563777 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8655119-
CMYK0.280.5400.53
HSL269.06º36.78%34.12%-
HSV(B)269.06º53.78%46.67%-
XYZ8.536.0418.17-
YUV71.56154.77138.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=33.08%
G=21.15%
B=45.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86551190.280.5400.53269.0636.7834.12
Hex5637771C3603510d2522
Octal1266716734660654154542
Binary10101101101111110111111001101100110101100001101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563777; }

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

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

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

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

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

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

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

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