#563289

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

Shades of Kingfisher Daisy #563289

Tints of Kingfisher Daisy #563289

Color information

#563289 (or 0x563289) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 32 and 89. RGB value is (86,50,137). Sum of RGB (Red+Green+Blue) = 86+50+137=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #563289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563289 is #A9CD76. Grayscale: #464646. Windows color (decimal): -11128183 or 8991318. OLE color: 8991318.

HSL color Cylindrical-coordinate representation of color #563289: hue angle of 264.83º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #563289 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8650137-
CMYK0.370.6400.46
HSL264.83º46.52%36.67%-
HSV(B)264.83º63.5%53.73%-
XYZ9.496.0724.34-
YUV70.68165.43138.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=31.50%
G=18.32%
B=50.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86501370.370.6400.46264.8346.5236.67
Hex563289254002E1092f25
Octal12662211451000564115745
Binary10101101100101000100110010110000000101110100001001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563289; }

 p { color: rgb(86,50,137); }

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

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

 a { background-color: rgb(86,50,137); }

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

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

 span { border-color: rgb(86,50,137); }

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