#556DCD

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

Shades of Royal Blue #556DCD

Tints of Royal Blue #556DCD

Color information

#556DCD (or 0x556DCD) is unknown color: approx Royal Blue. HEX triplet: 55, 6D and CD. RGB value is (85,109,205). Sum of RGB (Red+Green+Blue) = 85+109+205=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #556DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DCD is #AA9232. Grayscale: #707070. Windows color (decimal): -11178547 or 13462869. OLE color: 13462869.

HSL color Cylindrical-coordinate representation of color #556DCD: hue angle of 228º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556DCD is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85109205-
CMYK0.590.4700.20
HSL228º54.55%56.86%-
HSV(B)228º58.54%80.39%-
XYZ20.2317.2860.03-
YUV112.77180.05108.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=21.30%
G=27.32%
B=51.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851092050.590.4700.2022854.5556.86
Hex556DCD3B2F014e43739
Octal12515531573570243446771
Binary101010111011011100110111101110111101010011100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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