#556AD1

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

Shades of Royal Blue #556AD1

Tints of Royal Blue #556AD1

Color information

#556AD1 (or 0x556AD1) is unknown color: approx Royal Blue. HEX triplet: 55, 6A and D1. RGB value is (85,106,209). Sum of RGB (Red+Green+Blue) = 85+106+209=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #556AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556AD1 is #AA952E. Grayscale: #6F6F6F. Windows color (decimal): -11179311 or 13724245. OLE color: 13724245.

HSL color Cylindrical-coordinate representation of color #556AD1: hue angle of 229.84º 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 #556AD1 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85106209-
CMYK0.590.4900.18
HSL229.84º57.41%57.65%-
HSV(B)229.84º59.33%81.96%-
XYZ20.4116.8462.5-
YUV111.46183.04109.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 209 (82.03% from 255) = 52.25%
R=21.25%
G=26.5%
B=52.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851062090.590.4900.18229.8457.4157.65
Hex556AD13B31012e6393a
Octal12515232173610223467172
Binary101010111010101101000111101111000101001011100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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