#556EDE

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

Shades of Royal Blue #556EDE

Tints of Royal Blue #556EDE

Color information

#556EDE (or 0x556EDE) is unknown color: approx Royal Blue. HEX triplet: 55, 6E and DE. RGB value is (85,110,222). Sum of RGB (Red+Green+Blue) = 85+110+222=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #556EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EDE is #AA9121. Grayscale: #727272. Windows color (decimal): -11178274 or 14577237. OLE color: 14577237.

HSL color Cylindrical-coordinate representation of color #556EDE: hue angle of 229.05º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556EDE is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85110222-
CMYK0.620.5000.13
HSL229.05º67.49%60.2%-
HSV(B)229.05º61.71%87.06%-
XYZ22.5118.3671.46-
YUV115.29188.22106.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 222 (87.11% from 255) = 53.24%
R=20.38%
G=26.38%
B=53.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851102220.620.5000.13229.0567.4960.2
Hex556EDE3E320De5433c
Octal125156336766201534510374
Binary101010111011101101111011111011001001101111001011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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