#556DFA

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

Shades of Royal Blue #556DFA

Tints of Royal Blue #556DFA

Color information

#556DFA (or 0x556DFA) is unknown color: approx Royal Blue. HEX triplet: 55, 6D and FA. RGB value is (85,109,250). Sum of RGB (Red+Green+Blue) = 85+109+250=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #556DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556DFA is #AA9205. Grayscale: #757575. Windows color (decimal): -11178502 or 16411989. OLE color: 16411989.

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

Color convert

RGB85109250-
CMYK0.660.5600.02
HSL231.27º94.29%65.69%-
HSV(B)231.27º66%98.04%-
XYZ26.4719.7792.86-
YUV117.9202.55104.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.14%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 250 (98.05% from 255) = 56.31%
R=19.14%
G=24.55%
B=56.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal851092500.660.5600.02231.2794.2965.69
Hex556DFA423802e75e42
Octal1251553721027002347136102
Binary101010111011011111101010000101110000101110011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556DFA; }

 p { color: rgb(85,109,250); }

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

<style>
 a { background-color: #556DFA; }

 a { background-color: rgb(85,109,250); }

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

<style>
 span { border-color: #556DFA; }

 span { border-color: rgb(85,109,250); }

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