Html Css Color HEX #556ECD Royal Blue

📋 copy color: '#556ECD'

red 85 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #556ECD

Tints of Royal Blue #556ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 21.25%
G = 27.5%
B = 51.25%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#556ECD (or 0x556ECD) is known color: Royal Blue. HEX triplet: 55, 6E and CD. RGB value is (85,110,205). Sum of RGB (Red+Green+Blue) = 85+110+205=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #556ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ECD is #AA9132. Grayscale: #707070. Windows color (decimal): -11178291 or 13463125. OLE color: 13463125.

HSL color Cylindrical-coordinate representation of color #556ECD: hue angle of 227.5º 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 #556ECD is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 110 205 -
CMYK 0.59 0.46 0 0.20
HSL 227.5º 0.55% 0.57% -
HSV(B) 227.5º 0.59% 0.8% -
XYZ 20.34 17.49 60.06 -
YUV 113.36 179.72 107.78 -
System Red Green Blue C M Y K H S L
Decimal 85 110 205 0.59 0.46 0 0.20 227.5 0.55 0.57
Hex 55 6E CD 3B 2E 0 14 E4 37 39
Octal 125 156 315 73 56 0 24 344 67 71
Binary 1010101 1101110 11001101 111011 101110 0 10100 11100100 110111 111001

Color Harmonies of #556ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ECD

Black with #556ECD

Text Example


Text Example

White with #556ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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