#556CD9

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

Shades of Royal Blue #556CD9

Tints of Royal Blue #556CD9

Color information

#556CD9 (or 0x556CD9) is unknown color: approx Royal Blue. HEX triplet: 55, 6C and D9. RGB value is (85,108,217). Sum of RGB (Red+Green+Blue) = 85+108+217=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #556CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CD9 is #AA9326. Grayscale: #717171. Windows color (decimal): -11178791 or 14249045. OLE color: 14249045.

HSL color Cylindrical-coordinate representation of color #556CD9: hue angle of 229.55º 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 #556CD9 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85108217-
CMYK0.610.5000.15
HSL229.55º63.46%59.22%-
HSV(B)229.55º60.83%85.1%-
XYZ21.6317.6767.92-
YUV113.55186.38107.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.73%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 217 (85.16% from 255) = 52.93%
R=20.73%
G=26.34%
B=52.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851082170.610.5000.15229.5563.4659.22
Hex556CD93D320Fe63f3b
Octal12515433175620173467773
Binary10101011101100110110011111011100100111111100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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