#556AF0

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

Shades of Royal Blue #556AF0

Tints of Royal Blue #556AF0

Color information

#556AF0 (or 0x556AF0) is unknown color: approx Royal Blue. HEX triplet: 55, 6A and F0. RGB value is (85,106,240). Sum of RGB (Red+Green+Blue) = 85+106+240=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #556AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556AF0 is #AA950F. Grayscale: #727272. Windows color (decimal): -11179280 or 15755861. OLE color: 15755861.

HSL color Cylindrical-coordinate representation of color #556AF0: hue angle of 231.87º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #556AF0 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB85106240-
CMYK0.650.5600.06
HSL231.87º83.78%63.73%-
HSV(B)231.87º64.58%94.12%-
XYZ24.6318.5384.72-
YUV115198.54106.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.72%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 240 (94.14% from 255) = 55.68%
R=19.72%
G=24.59%
B=55.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal851062400.650.5600.06231.8783.7863.73
Hex556AF0413806e85440
Octal1251523601017006350124100
Binary1010101110101011110000100000111100001101110100010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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