Html Css Color HEX #556ECE Royal Blue

📋 copy color: '#556ECE'

red 85 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #556ECE

Tints of Royal Blue #556ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 21.2%
G = 27.43%
B = 51.37%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#556ECE (or 0x556ECE) is known color: Royal Blue. HEX triplet: 55, 6E and CE. RGB value is (85,110,206). Sum of RGB (Red+Green+Blue) = 85+110+206=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #556ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ECE is #AA9131. Grayscale: #717171. Windows color (decimal): -11178290 or 13528661. OLE color: 13528661.

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

Color convert

RGB 85 110 206 -
CMYK 0.59 0.47 0 0.19
HSL 227.6º 0.55% 0.57% -
HSV(B) 227.6º 0.59% 0.81% -
XYZ 20.46 17.54 60.7 -
YUV 113.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 85 110 206 0.59 0.47 0 0.19 227.6 0.55 0.57
Hex 55 6E CE 3B 2F 0 13 E4 37 39
Octal 125 156 316 73 57 0 23 344 67 71
Binary 1010101 1101110 11001110 111011 101111 0 10011 11100100 110111 111001

Color Harmonies of #556ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ECE

Black with #556ECE

Text Example


Text Example

White with #556ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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