#563D77

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

Shades of Kingfisher Daisy #563D77

Tints of Kingfisher Daisy #563D77

Color information

#563D77 (or 0x563D77) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3D and 77. RGB value is (86,61,119). Sum of RGB (Red+Green+Blue) = 86+61+119=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #563D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D77 is #A9C288. Grayscale: #4A4A4A. Windows color (decimal): -11125385 or 7814486. OLE color: 7814486.

HSL color Cylindrical-coordinate representation of color #563D77: hue angle of 265.86º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563D77 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8661119-
CMYK0.280.4900.53
HSL265.86º32.22%35.29%-
HSV(B)265.86º48.74%46.67%-
XYZ8.846.6518.27-
YUV75.09152.78135.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 119 (46.88% from 255) = 44.74%
R=32.33%
G=22.93%
B=44.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86611190.280.4900.53265.8632.2235.29
Hex563D771C3103510a2023
Octal1267516734610654124043
Binary10101101111011110111111001100010110101100001010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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