#556EE7

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

Shades of Royal Blue #556EE7

Tints of Royal Blue #556EE7

Color information

#556EE7 (or 0x556EE7) is unknown color: approx Royal Blue. HEX triplet: 55, 6E and E7. RGB value is (85,110,231). Sum of RGB (Red+Green+Blue) = 85+110+231=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #556EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EE7 is #AA9118. Grayscale: #737373. Windows color (decimal): -11178265 or 15167061. OLE color: 15167061.

HSL color Cylindrical-coordinate representation of color #556EE7: hue angle of 229.73º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #556EE7 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85110231-
CMYK0.630.5200.09
HSL229.73º75.26%61.96%-
HSV(B)229.73º63.2%90.59%-
XYZ23.7518.8577.99-
YUV116.32192.72105.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 231 (90.62% from 255) = 54.23%
R=19.95%
G=25.82%
B=54.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851102310.630.5200.09229.7375.2661.96
Hex556EE73F3409e64b3e
Octal125156347776401134611376
Binary101010111011101110011111111111010001001111001101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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