#5679E7

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

Shades of Royal Blue #5679E7

Tints of Royal Blue #5679E7

Color information

#5679E7 (or 0x5679E7) is unknown color: approx Royal Blue. HEX triplet: 56, 79 and E7. RGB value is (86,121,231). Sum of RGB (Red+Green+Blue) = 86+121+231=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #5679E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5679E7 is #A98618. Grayscale: #7A7A7A. Windows color (decimal): -11109913 or 15169878. OLE color: 15169878.

HSL color Cylindrical-coordinate representation of color #5679E7: hue angle of 225.52º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5679E7 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86121231-
CMYK0.630.4800.09
HSL225.52º75.13%62.16%-
HSV(B)225.52º62.77%90.59%-
XYZ25.121.4278.41-
YUV123.08188.9101.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.63%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 231 (90.62% from 255) = 52.74%
R=19.63%
G=27.63%
B=52.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861212310.630.4800.09225.5275.1362.16
Hex5679E73F3009e24b3e
Octal126171347776001134211376
Binary101011011110011110011111111111000001001111000101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5679E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5679E7; }

 p { color: rgb(86,121,231); }

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

<style>
 a { background-color: #5679E7; }

 a { background-color: rgb(86,121,231); }

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

<style>
 span { border-color: #5679E7; }

 span { border-color: rgb(86,121,231); }

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