Html Css Color HEX #556EEC Royal Blue

📋 copy color: '#556EEC'

red 85 ◦ green 110 ◦ blue 236

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

Shades of Royal Blue #556EEC

Tints of Royal Blue #556EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 19.72%
G = 25.52%
B = 54.76%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#556EEC (or 0x556EEC) is known color: Royal Blue. HEX triplet: 55, 6E and EC. RGB value is (85,110,236). Sum of RGB (Red+Green+Blue) = 85+110+236=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #556EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EEC is #AA9113. Grayscale: #747474. Windows color (decimal): -11178260 or 15494741. OLE color: 15494741.

HSL color Cylindrical-coordinate representation of color #556EEC: hue angle of 230.07º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556EEC is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 110 236 -
CMYK 0.64 0.53 0 0.07
HSL 230.07º 0.8% 0.63% -
HSV(B) 230.07º 0.64% 0.93% -
XYZ 24.46 19.14 81.76 -
YUV 116.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 85 110 236 0.64 0.53 0 0.07 230.07 0.8 0.63
Hex 55 6E EC 40 35 0 7 E6 50 3F
Octal 125 156 354 100 65 0 7 346 120 77
Binary 1010101 1101110 11101100 1000000 110101 0 111 11100110 1010000 111111

Color Harmonies of #556EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EEC

Black with #556EEC

Text Example


Text Example

White with #556EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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