#556ED5

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

Shades of Royal Blue #556ED5

Tints of Royal Blue #556ED5

Color information

#556ED5 (or 0x556ED5) is unknown color: approx Royal Blue. HEX triplet: 55, 6E and D5. RGB value is (85,110,213). Sum of RGB (Red+Green+Blue) = 85+110+213=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #556ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ED5 is #AA912A. Grayscale: #717171. Windows color (decimal): -11178283 or 13987413. OLE color: 13987413.

HSL color Cylindrical-coordinate representation of color #556ED5: hue angle of 228.28º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #556ED5 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85110213-
CMYK0.600.4800.16
HSL228.28º60.38%58.43%-
HSV(B)228.28º60.09%83.53%-
XYZ21.3317.8965.28-
YUV114.27183.72107.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 213 (83.59% from 255) = 52.21%
R=20.83%
G=26.96%
B=52.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851102130.600.4800.16228.2860.3858.43
Hex556ED53C30010e43c3a
Octal12515632574600203447472
Binary101010111011101101010111110011000001000011100100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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