#556AD6

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

Shades of Royal Blue #556AD6

Tints of Royal Blue #556AD6

Color information

#556AD6 (or 0x556AD6) is unknown color: approx Royal Blue. HEX triplet: 55, 6A and D6. RGB value is (85,106,214). Sum of RGB (Red+Green+Blue) = 85+106+214=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #556AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556AD6 is #AA9529. Grayscale: #6F6F6F. Windows color (decimal): -11179306 or 14051925. OLE color: 14051925.

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

Color convert

RGB85106214-
CMYK0.600.5000.16
HSL230.23º61.14%58.63%-
HSV(B)230.23º60.28%83.92%-
XYZ21.0417.0965.81-
YUV112.03185.54108.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 214 (83.98% from 255) = 52.84%
R=20.99%
G=26.17%
B=52.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851062140.600.5000.16230.2361.1458.63
Hex556AD63C32010e63d3b
Octal12515232674620203467573
Binary101010111010101101011011110011001001000011100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,106,214); }

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

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

 a { background-color: rgb(85,106,214); }

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

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

 span { border-color: rgb(85,106,214); }

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