Html Css Color HEX #556ED5 Royal Blue

📋 copy color: '#556ED5'

red 85 ◦ green 110 ◦ blue 213

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

Shades of Royal Blue #556ED5

Tints of Royal Blue #556ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 20.83%
G = 26.96%
B = 52.21%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#556ED5 (or 0x556ED5) is known color: Royal Blue. HEX triplet: 55, 6E and D5. RGB value is (85,110,213). Sum of RGB (Red+Green+Blue) = 85+110+213=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #556ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ED5 is #AA912A. Grayscale: #717171. Windows color (decimal): -11178283 or 13987413. OLE color: 13987413.

HSL color Cylindrical-coordinate representation of color #556ED5: hue angle of 228.28º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #556ED5 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 110 213 -
CMYK 0.60 0.48 0 0.16
HSL 228.28º 0.6% 0.58% -
HSV(B) 228.28º 0.6% 0.84% -
XYZ 21.33 17.89 65.28 -
YUV 114.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 85 110 213 0.60 0.48 0 0.16 228.28 0.6 0.58
Hex 55 6E D5 3C 30 0 10 E4 3C 3A
Octal 125 156 325 74 60 0 20 344 74 72
Binary 1010101 1101110 11010101 111100 110000 0 10000 11100100 111100 111010

Color Harmonies of #556ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ED5

Black with #556ED5

Text Example


Text Example

White with #556ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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