#5668D5

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

Shades of Royal Blue #5668D5

Tints of Royal Blue #5668D5

Color information

#5668D5 (or 0x5668D5) is unknown color: approx Royal Blue. HEX triplet: 56, 68 and D5. RGB value is (86,104,213). Sum of RGB (Red+Green+Blue) = 86+104+213=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #5668D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5668D5 is #A9972A. Grayscale: #6E6E6E. Windows color (decimal): -11114283 or 13985878. OLE color: 13985878.

HSL color Cylindrical-coordinate representation of color #5668D5: hue angle of 231.5º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5668D5 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86104213-
CMYK0.600.5100.16
HSL231.5º60.19%58.63%-
HSV(B)231.5º59.62%83.53%-
XYZ20.816.6865.07-
YUV111.04185.54110.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.34%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 213 (83.59% from 255) = 52.85%
R=21.34%
G=25.81%
B=52.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal861042130.600.5100.16231.560.1958.63
Hex5668D53C33010e73c3b
Octal12615032574630203477473
Binary101011011010001101010111110011001101000011100111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5668D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5668D5; }

 p { color: rgb(86,104,213); }

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

<style>
 a { background-color: #5668D5; }

 a { background-color: rgb(86,104,213); }

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

<style>
 span { border-color: #5668D5; }

 span { border-color: rgb(86,104,213); }

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