Html Css Color HEX #556ECF Royal Blue

📋 copy color: '#556ECF'

red 85 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #556ECF

Tints of Royal Blue #556ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 21.14%
G = 27.36%
B = 51.49%

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

#556ECF (or 0x556ECF) is known color: Royal Blue. HEX triplet: 55, 6E and CF. RGB value is (85,110,207). Sum of RGB (Red+Green+Blue) = 85+110+207=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #556ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ECF is #AA9130. Grayscale: #717171. Windows color (decimal): -11178289 or 13594197. OLE color: 13594197.

HSL color Cylindrical-coordinate representation of color #556ECF: hue angle of 227.7º degrees, saturation: 0.56, 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 #556ECF is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 110 207 -
CMYK 0.59 0.47 0 0.19
HSL 227.7º 0.56% 0.57% -
HSV(B) 227.7º 0.59% 0.81% -
XYZ 20.58 17.59 61.34 -
YUV 113.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 85 110 207 0.59 0.47 0 0.19 227.7 0.56 0.57
Hex 55 6E CF 3B 2F 0 13 E4 38 39
Octal 125 156 317 73 57 0 23 344 70 71
Binary 1010101 1101110 11001111 111011 101111 0 10011 11100100 111000 111001

Color Harmonies of #556ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ECF

Black with #556ECF

Text Example


Text Example

White with #556ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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