#556DDE

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

Shades of Royal Blue #556DDE

Tints of Royal Blue #556DDE

Color information

#556DDE (or 0x556DDE) is unknown color: approx Royal Blue. HEX triplet: 55, 6D and DE. RGB value is (85,109,222). Sum of RGB (Red+Green+Blue) = 85+109+222=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #556DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DDE is #AA9221. Grayscale: #727272. Windows color (decimal): -11178530 or 14576981. OLE color: 14576981.

HSL color Cylindrical-coordinate representation of color #556DDE: hue angle of 229.49º 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 #556DDE is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85109222-
CMYK0.620.5100.13
HSL229.49º67.49%60.2%-
HSV(B)229.49º61.71%87.06%-
XYZ22.418.1471.43-
YUV114.71188.55106.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.43%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 222 (87.11% from 255) = 53.37%
R=20.43%
G=26.20%
B=53.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851092220.620.5100.13229.4967.4960.2
Hex556DDE3E330De5433c
Octal125155336766301534510374
Binary101010111011011101111011111011001101101111001011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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