#5669D6

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

Shades of Royal Blue #5669D6

Tints of Royal Blue #5669D6

Color information

#5669D6 (or 0x5669D6) is unknown color: approx Royal Blue. HEX triplet: 56, 69 and D6. RGB value is (86,105,214). Sum of RGB (Red+Green+Blue) = 86+105+214=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #5669D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5669D6 is #A99629. Grayscale: #6F6F6F. Windows color (decimal): -11114026 or 14051670. OLE color: 14051670.

HSL color Cylindrical-coordinate representation of color #5669D6: hue angle of 231.09º degrees, saturation: 0.61, 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 #5669D6 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86105214-
CMYK0.600.5100.16
HSL231.09º60.95%58.82%-
HSV(B)231.09º59.81%83.92%-
XYZ21.0316.9465.78-
YUV111.74185.71109.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.23%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 214 (83.98% from 255) = 52.84%
R=21.23%
G=25.93%
B=52.84%

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
Decimal861052140.600.5100.16231.0960.9558.82
Hex5669D63C33010e73d3b
Octal12615132674630203477573
Binary101011011010011101011011110011001101000011100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5669D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5669D6; }

 p { color: rgb(86,105,214); }

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

<style>
 a { background-color: #5669D6; }

 a { background-color: rgb(86,105,214); }

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

<style>
 span { border-color: #5669D6; }

 span { border-color: rgb(86,105,214); }

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