#5663DB

Color #5663DB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5663DB

Tints of Royal Blue #5663DB

Color information

#5663DB (or 0x5663DB) is unknown color: approx Royal Blue. HEX triplet: 56, 63 and DB. RGB value is (86,99,219). Sum of RGB (Red+Green+Blue) = 86+99+219=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #5663DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5663DB is #A99C24. Grayscale: #6C6C6C. Windows color (decimal): -11115557 or 14377814. OLE color: 14377814.

HSL color Cylindrical-coordinate representation of color #5663DB: hue angle of 234.14º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5663DB is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8699219-
CMYK0.610.5500.14
HSL234.14º64.88%59.8%-
HSV(B)234.14º60.73%85.88%-
XYZ21.0916.0269-
YUV108.79190.19111.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 219 (85.94% from 255) = 54.21%
R=21.29%
G=24.50%
B=54.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86992190.610.5500.14234.1464.8859.8
Hex5663DB3D370Eea413c
Octal126143333756701635210174
Binary101011011000111101101111110111011101110111010101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5663DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5663DB; }

 p { color: rgb(86,99,219); }

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

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

 a { background-color: rgb(86,99,219); }

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

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

 span { border-color: rgb(86,99,219); }

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