#563C78

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

Shades of Kingfisher Daisy #563C78

Tints of Kingfisher Daisy #563C78

Color information

#563C78 (or 0x563C78) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3C and 78. RGB value is (86,60,120). Sum of RGB (Red+Green+Blue) = 86+60+120=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #563C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C78 is #A9C387. Grayscale: #4A4A4A. Windows color (decimal): -11125640 or 7879766. OLE color: 7879766.

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

Color convert

RGB8660120-
CMYK0.280.500.53
HSL266º33.33%35.29%-
HSV(B)266º50%47.06%-
XYZ8.846.5718.57-
YUV74.61153.61136.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=32.33%
G=22.56%
B=45.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86601200.280.500.5326633.3335.29
Hex563C781C3203510a2123
Octal1267417034620654124143
Binary10101101111001111000111001100100110101100001010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,60,120); }

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

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

 a { background-color: rgb(86,60,120); }

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

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

 span { border-color: rgb(86,60,120); }

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