#563383

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

Shades of Kingfisher Daisy #563383

Tints of Kingfisher Daisy #563383

Color information

#563383 (or 0x563383) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 33 and 83. RGB value is (86,51,131). Sum of RGB (Red+Green+Blue) = 86+51+131=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #563383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563383 is #A9CC7C. Grayscale: #464646. Windows color (decimal): -11127933 or 8598358. OLE color: 8598358.

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

Color convert

RGB8651131-
CMYK0.340.6100.49
HSL266.25º43.96%35.69%-
HSV(B)266.25º61.07%51.37%-
XYZ9.125.9822.15-
YUV70.58162.1139-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 131 (51.56% from 255) = 48.88%
R=32.09%
G=19.03%
B=48.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86511310.340.6100.49266.2543.9635.69
Hex563383223D03110a2c24
Octal1266320342750614125444
Binary1010110110011100000111000101111010110001100001010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563383; }

 p { color: rgb(86,51,131); }

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

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

 a { background-color: rgb(86,51,131); }

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

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

 span { border-color: rgb(86,51,131); }

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