#5668DC

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

Shades of Royal Blue #5668DC

Tints of Royal Blue #5668DC

Color information

#5668DC (or 0x5668DC) is unknown color: approx Royal Blue. HEX triplet: 56, 68 and DC. RGB value is (86,104,220). Sum of RGB (Red+Green+Blue) = 86+104+220=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #5668DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5668DC is #A99723. Grayscale: #6F6F6F. Windows color (decimal): -11114276 or 14444630. OLE color: 14444630.

HSL color Cylindrical-coordinate representation of color #5668DC: hue angle of 231.94º degrees, saturation: 0.66, 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 #5668DC is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB86104220-
CMYK0.610.5300.14
HSL231.94º65.69%60%-
HSV(B)231.94º60.91%86.27%-
XYZ21.7117.0569.86-
YUV111.84189.04109.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 220 (86.33% from 255) = 53.66%
R=20.98%
G=25.37%
B=53.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861042200.610.5300.14231.9465.6960
Hex5668DC3D350Ee8423c
Octal126150334756501635010274
Binary101011011010001101110011110111010101110111010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5668DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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