#563086

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

Shades of Kingfisher Daisy #563086

Tints of Kingfisher Daisy #563086

Color information

#563086 (or 0x563086) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 30 and 86. RGB value is (86,48,134). Sum of RGB (Red+Green+Blue) = 86+48+134=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #563086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563086 is #A9CF79. Grayscale: #444444. Windows color (decimal): -11128698 or 8794198. OLE color: 8794198.

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

Color convert

RGB8648134-
CMYK0.360.6400.47
HSL266.51º47.25%35.69%-
HSV(B)266.51º64.18%52.55%-
XYZ9.25.8123.19-
YUV69.17164.59140.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 134 (52.73% from 255) = 50%
R=32.09%
G=17.91%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86481340.360.6400.47266.5147.2535.69
Hex563086244002F10b2f24
Octal12660206441000574135744
Binary10101101100001000011010010010000000101111100001011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563086; }

 p { color: rgb(86,48,134); }

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

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

 a { background-color: rgb(86,48,134); }

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

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

 span { border-color: rgb(86,48,134); }

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