#563587

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

Shades of Kingfisher Daisy #563587

Tints of Kingfisher Daisy #563587

Color information

#563587 (or 0x563587) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 35 and 87. RGB value is (86,53,135). Sum of RGB (Red+Green+Blue) = 86+53+135=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #563587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563587 is #A9CA78. Grayscale: #474747. Windows color (decimal): -11127417 or 8861014. OLE color: 8861014.

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

Color convert

RGB8653135-
CMYK0.360.6100.47
HSL264.15º43.62%36.86%-
HSV(B)264.15º60.74%52.94%-
XYZ9.486.2723.63-
YUV72.22163.43137.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 135 (53.12% from 255) = 49.27%
R=31.39%
G=19.34%
B=49.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86531350.360.6100.47264.1543.6236.86
Hex563587243D02F1082c25
Octal1266520744750574105445
Binary1010110110101100001111001001111010101111100001000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563587; }

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

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

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

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

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

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

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

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