#563FAE

Color #563FAE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #563FAE

Tints of Rich Blue #563FAE

Color information

#563FAE (or 0x563FAE) is unknown color: approx Rich Blue. HEX triplet: 56, 3F and AE. RGB value is (86,63,174). Sum of RGB (Red+Green+Blue) = 86+63+174=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #563FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563FAE is #A9C051. Grayscale: #525252. Windows color (decimal): -11124818 or 11419478. OLE color: 11419478.

HSL color Cylindrical-coordinate representation of color #563FAE: hue angle of 252.43º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #563FAE is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8663174-
CMYK0.510.6400.32
HSL252.43º46.84%46.47%-
HSV(B)252.43º63.79%68.24%-
XYZ13.268.5941-
YUV82.53179.62130.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=26.63%
G=19.50%
B=53.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86631740.510.6400.32252.4346.8446.47
Hex563FAE3340020fc2f2e
Octal12677256631000403745756
Binary1010110111111101011101100111000000010000011111100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,63,174); }

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

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

 a { background-color: rgb(86,63,174); }

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

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

 span { border-color: rgb(86,63,174); }

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