Html Css Color HEX #556EDC Royal Blue

📋 copy color: '#556EDC'

red 85 ◦ green 110 ◦ blue 220

#556EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #556EDC

Tints of Royal Blue #556EDC

RGB

 RED value IS 85 (33.59% from 255) = 20.48%

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 20.48%
G = 26.51%
B = 53.01%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#556EDC (or 0x556EDC) is known color: Royal Blue. HEX triplet: 55, 6E and DC. RGB value is (85,110,220). Sum of RGB (Red+Green+Blue) = 85+110+220=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #556EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EDC is #AA9123. Grayscale: #727272. Windows color (decimal): -11178276 or 14446165. OLE color: 14446165.

HSL color Cylindrical-coordinate representation of color #556EDC: hue angle of 228.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556EDC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 110 220 -
CMYK 0.61 0.50 0 0.14
HSL 228.89º 0.66% 0.6% -
HSV(B) 228.89º 0.61% 0.86% -
XYZ 22.24 18.25 70.06 -
YUV 115.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 85 110 220 0.61 0.50 0 0.14 228.89 0.66 0.6
Hex 55 6E DC 3D 32 0 E E5 42 3C
Octal 125 156 334 75 62 0 16 345 102 74
Binary 1010101 1101110 11011100 111101 110010 0 1110 11100101 1000010 111100

Color Harmonies of #556EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EDC

Black with #556EDC

Text Example


Text Example

White with #556EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #556EDC;
 }
 .AnyTagClassName
 {
   color: #556EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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