#5676FA

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

Shades of Royal Blue #5676FA

Tints of Royal Blue #5676FA

Color information

#5676FA (or 0x5676FA) is unknown color: approx Royal Blue. HEX triplet: 56, 76 and FA. RGB value is (86,118,250). Sum of RGB (Red+Green+Blue) = 86+118+250=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #5676FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5676FA is #A98905. Grayscale: #7A7A7A. Windows color (decimal): -11110662 or 16414294. OLE color: 16414294.

HSL color Cylindrical-coordinate representation of color #5676FA: hue angle of 228.29º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5676FA is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86118250-
CMYK0.660.5300.02
HSL228.29º94.25%65.88%-
HSV(B)228.29º65.6%98.04%-
XYZ27.5721.8493.2-
YUV123.48199.4101.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.94%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 250 (98.05% from 255) = 55.07%
R=18.94%
G=25.99%
B=55.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal861182500.660.5300.02228.2994.2565.88
Hex5676FA423502e45e42
Octal1261663721026502344136102
Binary101011011101101111101010000101101010101110010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5676FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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