#556EE3

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

Shades of Royal Blue #556EE3

Tints of Royal Blue #556EE3

Color information

#556EE3 (or 0x556EE3) is unknown color: approx Royal Blue. HEX triplet: 55, 6E and E3. RGB value is (85,110,227). Sum of RGB (Red+Green+Blue) = 85+110+227=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #556EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EE3 is #AA911C. Grayscale: #737373. Windows color (decimal): -11178269 or 14904917. OLE color: 14904917.

HSL color Cylindrical-coordinate representation of color #556EE3: hue angle of 229.44º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #556EE3 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85110227-
CMYK0.630.5200.11
HSL229.44º71.72%61.18%-
HSV(B)229.44º62.56%89.02%-
XYZ23.1918.6375.05-
YUV115.86190.72105.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 227 (89.06% from 255) = 53.79%
R=20.14%
G=26.07%
B=53.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851102270.630.5200.11229.4471.7261.18
Hex556EE33F340Be5483d
Octal125156343776401334511075
Binary101010111011101110001111111111010001011111001011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,110,227); }

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

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

 a { background-color: rgb(85,110,227); }

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

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

 span { border-color: rgb(85,110,227); }

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