#563A85

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

Shades of Kingfisher Daisy #563A85

Tints of Kingfisher Daisy #563A85

Color information

#563A85 (or 0x563A85) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3A and 85. RGB value is (86,58,133). Sum of RGB (Red+Green+Blue) = 86+58+133=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #563A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563A85 is #A9C57A. Grayscale: #4A4A4A. Windows color (decimal): -11126139 or 8731222. OLE color: 8731222.

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

Color convert

RGB8658133-
CMYK0.350.5600.48
HSL262.4º39.27%37.45%-
HSV(B)262.4º56.39%52.16%-
XYZ9.586.722.98-
YUV74.92160.78135.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=31.05%
G=20.94%
B=48.01%

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
Decimal86581330.350.5600.48262.439.2737.45
Hex563A8523380301062725
Octal1267220543700604064745
Binary1010110111010100001011000111110000110000100000110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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