#5670F6

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

Shades of Royal Blue #5670F6

Tints of Royal Blue #5670F6

Color information

#5670F6 (or 0x5670F6) is unknown color: approx Royal Blue. HEX triplet: 56, 70 and F6. RGB value is (86,112,246). Sum of RGB (Red+Green+Blue) = 86+112+246=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #5670F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5670F6 is #A98F09. Grayscale: #767676. Windows color (decimal): -11112202 or 16150614. OLE color: 16150614.

HSL color Cylindrical-coordinate representation of color #5670F6: hue angle of 230.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5670F6 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86112246-
CMYK0.650.5400.04
HSL230.25º89.89%65.1%-
HSV(B)230.25º65.04%96.47%-
XYZ26.2720.2289.71-
YUV119.5199.39104.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.37%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 246 (96.48% from 255) = 55.41%
R=19.37%
G=25.23%
B=55.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal861122460.650.5400.04230.2589.8965.1
Hex5670F6413604e65a41
Octal1261603661016604346132101
Binary1010110111000011110110100000111011001001110011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5670F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5670F6; }

 p { color: rgb(86,112,246); }

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

<style>
 a { background-color: #5670F6; }

 a { background-color: rgb(86,112,246); }

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

<style>
 span { border-color: #5670F6; }

 span { border-color: rgb(86,112,246); }

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