#556ED1

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

Shades of Royal Blue #556ED1

Tints of Royal Blue #556ED1

Color information

#556ED1 (or 0x556ED1) is unknown color: approx Royal Blue. HEX triplet: 55, 6E and D1. RGB value is (85,110,209). Sum of RGB (Red+Green+Blue) = 85+110+209=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #556ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ED1 is #AA912E. Grayscale: #717171. Windows color (decimal): -11178287 or 13725269. OLE color: 13725269.

HSL color Cylindrical-coordinate representation of color #556ED1: hue angle of 227.9º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556ED1 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85110209-
CMYK0.590.4700.18
HSL227.9º57.41%57.65%-
HSV(B)227.9º59.33%81.96%-
XYZ20.8317.6962.64-
YUV113.81181.72107.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 209 (82.03% from 255) = 51.73%
R=21.04%
G=27.23%
B=51.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851102090.590.4700.18227.957.4157.65
Hex556ED13B2F012e4393a
Octal12515632173570223447172
Binary101010111011101101000111101110111101001011100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,110,209); }

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

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

 a { background-color: rgb(85,110,209); }

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

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

 span { border-color: rgb(85,110,209); }

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