#556DE7

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

Shades of Royal Blue #556DE7

Tints of Royal Blue #556DE7

Color information

#556DE7 (or 0x556DE7) is unknown color: approx Royal Blue. HEX triplet: 55, 6D and E7. RGB value is (85,109,231). Sum of RGB (Red+Green+Blue) = 85+109+231=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 231 (90.62% from 255 or 54.35% from 425); Max value from RGB is 231 - color contains mainly: blue. Hex color #556DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556DE7 is #AA9218. Grayscale: #737373. Windows color (decimal): -11178521 or 15166805. OLE color: 15166805.

HSL color Cylindrical-coordinate representation of color #556DE7: hue angle of 230.14º 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 #556DE7 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85109231-
CMYK0.630.5300.09
HSL230.14º75.26%61.96%-
HSV(B)230.14º63.2%90.59%-
XYZ23.6418.6477.95-
YUV115.73193.05106.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 231 (90.62% from 255) = 54.35%
R=20%
G=25.65%
B=54.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851092310.630.5300.09230.1475.2661.96
Hex556DE73F3509e64b3e
Octal125155347776501134611376
Binary101010111011011110011111111111010101001111001101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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