#563678

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

Shades of Kingfisher Daisy #563678

Tints of Kingfisher Daisy #563678

Color information

#563678 (or 0x563678) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 36 and 78. RGB value is (86,54,120). Sum of RGB (Red+Green+Blue) = 86+54+120=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #563678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563678 is #A9C987. Grayscale: #464646. Windows color (decimal): -11127176 or 7878230. OLE color: 7878230.

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

Color convert

RGB8654120-
CMYK0.280.5500.53
HSL269.09º37.93%34.12%-
HSV(B)269.09º55%47.06%-
XYZ8.555.9718.47-
YUV71.09155.6138.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=33.08%
G=20.77%
B=46.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86541200.280.5500.53269.0937.9334.12
Hex5636781C3703510d2622
Octal1266617034670654154642
Binary10101101101101111000111001101110110101100001101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563678; }

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

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

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

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

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

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

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

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