#5676F7

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

Shades of Royal Blue #5676F7

Tints of Royal Blue #5676F7

Color information

#5676F7 (or 0x5676F7) is unknown color: approx Royal Blue. HEX triplet: 56, 76 and F7. RGB value is (86,118,247). Sum of RGB (Red+Green+Blue) = 86+118+247=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #5676F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5676F7 is #A98908. Grayscale: #7A7A7A. Windows color (decimal): -11110665 or 16217686. OLE color: 16217686.

HSL color Cylindrical-coordinate representation of color #5676F7: hue angle of 228.07º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5676F7 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB86118247-
CMYK0.650.5200.03
HSL228.07º90.96%65.29%-
HSV(B)228.07º65.18%96.86%-
XYZ27.121.6590.75-
YUV123.14197.9101.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.07%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 247 (96.88% from 255) = 54.77%
R=19.07%
G=26.16%
B=54.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal861182470.650.5200.03228.0790.9665.29
Hex5676F7413403e45b41
Octal1261663671016403344133101
Binary101011011101101111011110000011101000111110010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5676F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5676F7; }

 p { color: rgb(86,118,247); }

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

<style>
 a { background-color: #5676F7; }

 a { background-color: rgb(86,118,247); }

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

<style>
 span { border-color: #5676F7; }

 span { border-color: rgb(86,118,247); }

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