#556BD9

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

Shades of Royal Blue #556BD9

Tints of Royal Blue #556BD9

Color information

#556BD9 (or 0x556BD9) is unknown color: approx Royal Blue. HEX triplet: 55, 6B and D9. RGB value is (85,107,217). Sum of RGB (Red+Green+Blue) = 85+107+217=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #556BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BD9 is #AA9426. Grayscale: #707070. Windows color (decimal): -11179047 or 14248789. OLE color: 14248789.

HSL color Cylindrical-coordinate representation of color #556BD9: hue angle of 230º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556BD9 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85107217-
CMYK0.610.5100.15
HSL230º63.46%59.22%-
HSV(B)230º60.83%85.1%-
XYZ21.5317.4667.88-
YUV112.96186.71108.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 217 (85.16% from 255) = 53.06%
R=20.78%
G=26.16%
B=53.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851072170.610.5100.1523063.4659.22
Hex556BD93D330Fe63f3b
Octal12515333175630173467773
Binary10101011101011110110011111011100110111111100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,107,217); }

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

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

 a { background-color: rgb(85,107,217); }

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

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

 span { border-color: rgb(85,107,217); }

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