#563687

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

Shades of Kingfisher Daisy #563687

Tints of Kingfisher Daisy #563687

Color information

#563687 (or 0x563687) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 36 and 87. RGB value is (86,54,135). Sum of RGB (Red+Green+Blue) = 86+54+135=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #563687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563687 is #A9C978. Grayscale: #484848. Windows color (decimal): -11127161 or 8861270. OLE color: 8861270.

HSL color Cylindrical-coordinate representation of color #563687: hue angle of 263.7º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563687 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8654135-
CMYK0.360.6000.47
HSL263.7º42.86%37.06%-
HSV(B)263.7º60%52.94%-
XYZ9.536.3723.65-
YUV72.8163.1137.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=31.27%
G=19.64%
B=49.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86541350.360.6000.47263.742.8637.06
Hex563687243C02F1082b25
Octal1266620744740574105345
Binary1010110110110100001111001001111000101111100001000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563687; }

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

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

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

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

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

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

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

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