#563B85

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

Shades of Kingfisher Daisy #563B85

Tints of Kingfisher Daisy #563B85

Color information

#563B85 (or 0x563B85) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3B and 85. RGB value is (86,59,133). Sum of RGB (Red+Green+Blue) = 86+59+133=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #563B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563B85 is #A9C47A. Grayscale: #4B4B4B. Windows color (decimal): -11125883 or 8731478. OLE color: 8731478.

HSL color Cylindrical-coordinate representation of color #563B85: hue angle of 261.89º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #563B85 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8659133-
CMYK0.350.5600.48
HSL261.89º38.54%37.65%-
HSV(B)261.89º55.64%52.16%-
XYZ9.646.822.99-
YUV75.51160.45135.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 59 (23.44% from 255) = 21.22%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=30.94%
G=21.22%
B=47.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86591330.350.5600.48261.8938.5437.65
Hex563B8523380301062726
Octal1267320543700604064746
Binary1010110111011100001011000111110000110000100000110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563B85; }

 p { color: rgb(86,59,133); }

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

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

 a { background-color: rgb(86,59,133); }

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

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

 span { border-color: rgb(86,59,133); }

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