#5675FA

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

Shades of Royal Blue #5675FA

Tints of Royal Blue #5675FA

Color information

#5675FA (or 0x5675FA) is unknown color: approx Royal Blue. HEX triplet: 56, 75 and FA. RGB value is (86,117,250). Sum of RGB (Red+Green+Blue) = 86+117+250=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #5675FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5675FA is #A98A05. Grayscale: #7A7A7A. Windows color (decimal): -11110918 or 16414038. OLE color: 16414038.

HSL color Cylindrical-coordinate representation of color #5675FA: hue angle of 228.66º 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 #5675FA is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86117250-
CMYK0.660.5300.02
HSL228.66º94.25%65.88%-
HSV(B)228.66º65.6%98.04%-
XYZ27.4521.693.17-
YUV122.89199.73101.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.98%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 250 (98.05% from 255) = 55.19%
R=18.98%
G=25.83%
B=55.19%

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
Decimal861172500.660.5300.02228.6694.2565.88
Hex5675FA423502e55e42
Octal1261653721026502345136102
Binary101011011101011111101010000101101010101110010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5675FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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