#563288

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

Shades of Kingfisher Daisy #563288

Tints of Kingfisher Daisy #563288

Color information

#563288 (or 0x563288) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 32 and 88. RGB value is (86,50,136). Sum of RGB (Red+Green+Blue) = 86+50+136=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #563288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563288 is #A9CD77. Grayscale: #464646. Windows color (decimal): -11128184 or 8925782. OLE color: 8925782.

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

Color convert

RGB8650136-
CMYK0.370.6300.47
HSL265.12º46.24%36.47%-
HSV(B)265.12º63.24%53.33%-
XYZ9.426.0423.96-
YUV70.57164.93139.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 136 (53.52% from 255) = 50%
R=31.62%
G=18.38%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86501360.370.6300.47265.1246.2436.47
Hex563288253F02F1092e24
Octal1266221045770574115644
Binary1010110110010100010001001011111110101111100001001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563288; }

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

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

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

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

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

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

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

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