#556bf3

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

Shades of Royal Blue #556BF3

Tints of Royal Blue #556BF3

Color information

#556BF3 (or 0x556BF3) is unknown color: approx Royal Blue. HEX triplet: 55, 6B and F3. RGB value is (85,107,243). Sum of RGB (Red+Green+Blue) = 85+107+243=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #556BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556BF3 is #AA940C. Grayscale: #737373. Windows color (decimal): -11179021 or 15952725. OLE color: 15952725.

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

Color convert

RGB85107243-
CMYK0.650.5600.05
HSL231.65º86.81%64.31%-
HSV(B)231.65º65.02%95.29%-
XYZ25.1818.9287.12-
YUV115.93199.71105.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 243 (95.31% from 255) = 55.86%
R=19.54%
G=24.60%
B=55.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851072430.650.5600.05231.6586.8164.31
Hex556BF3413805e85740
Octal1251533631017005350127100
Binary1010101110101111110011100000111100001011110100010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556bf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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