#5669E4

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

Shades of Royal Blue #5669E4

Tints of Royal Blue #5669E4

Color information

#5669E4 (or 0x5669E4) is unknown color: approx Royal Blue. HEX triplet: 56, 69 and E4. RGB value is (86,105,228). Sum of RGB (Red+Green+Blue) = 86+105+228=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #5669E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5669E4 is #A9961B. Grayscale: #707070. Windows color (decimal): -11114012 or 14969174. OLE color: 14969174.

HSL color Cylindrical-coordinate representation of color #5669E4: hue angle of 231.97º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5669E4 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86105228-
CMYK0.620.5400.11
HSL231.97º72.45%61.57%-
HSV(B)231.97º62.28%89.41%-
XYZ22.8917.6875.61-
YUV113.34192.71108.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.53%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 228 (89.45% from 255) = 54.42%
R=20.53%
G=25.06%
B=54.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861052280.620.5400.11231.9772.4561.57
Hex5669E43E360Be8483e
Octal126151344766601335011076
Binary101011011010011110010011111011011001011111010001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5669E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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