#563388

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

Shades of Kingfisher Daisy #563388

Tints of Kingfisher Daisy #563388

Color information

#563388 (or 0x563388) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 33 and 88. RGB value is (86,51,136). Sum of RGB (Red+Green+Blue) = 86+51+136=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #563388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563388 is #A9CC77. Grayscale: #464646. Windows color (decimal): -11127928 or 8926038. OLE color: 8926038.

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

Color convert

RGB8651136-
CMYK0.370.6200.47
HSL264.71º45.45%36.67%-
HSV(B)264.71º62.5%53.33%-
XYZ9.476.1223.98-
YUV71.16164.6138.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=31.50%
G=18.68%
B=49.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86511360.370.6200.47264.7145.4536.67
Hex563388253E02F1092d25
Octal1266321045760574115545
Binary1010110110011100010001001011111100101111100001001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563388; }

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

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

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

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

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

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

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

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