#563FB0

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

Shades of Rich Blue #563FB0

Tints of Rich Blue #563FB0

Color information

#563FB0 (or 0x563FB0) is unknown color: approx Rich Blue. HEX triplet: 56, 3F and B0. RGB value is (86,63,176). Sum of RGB (Red+Green+Blue) = 86+63+176=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #563FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563FB0 is #A9C04F. Grayscale: #525252. Windows color (decimal): -11124816 or 11550550. OLE color: 11550550.

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

Color convert

RGB8663176-
CMYK0.510.6400.31
HSL252.21º47.28%46.86%-
HSV(B)252.21º64.2%69.02%-
XYZ13.458.6742.04-
YUV82.76180.62130.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 176 (69.14% from 255) = 54.15%
R=26.46%
G=19.38%
B=54.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86631760.510.6400.31252.2147.2846.86
Hex563FB0334001Ffc2f2f
Octal12677260631000373745757
Binary101011011111110110000110011100000001111111111100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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